Answer Posted / hr@tgksolutions.com
Yes, the basic structure of a PL/SQL block includes:
• Declaration section: Where you define variables, constants, and cursors.
• Execution section: Where you write the actual PL/SQL code, including SQL statements and procedural logic.
• Exception handling section: Where you handle errors and exceptions that may occur during execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is trigger point?
What is sql injection owasp?
How do I get sql certification?
What happens when a trigger is associated to a view?
how to see the create table statement of an existing table? : Sql dba
What is input buffer in sql*plus?
What is nvarchar in sql?
What is integrity in sql?
Which are the different character-manipulation functions in sql?
Which type of cursor is used to execute the dml statement?
What is sqlcontext?
What are the string functions in sql?
How subquery works in sql?
When do we use triggers?
How do I add a database to sql?