Do you know the basic structure of PL/SQL?

Answers were Sorted based on User's Feedback



Do you know the basic structure of PL/SQL?..

Answer / nashiinformaticssolutions

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

Do you know the basic structure of PL/SQL?..

Answer / glibwaresoftsolutions

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

Do you know the basic structure of PL/SQL?..

Answer / 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

More SQL PLSQL Interview Questions

what is hash join

1 Answers   NCR,


Is not null in sql?

1 Answers  


What is a bitmap index?

4 Answers   Choice Solutions, Infosys,


What is string join?

1 Answers  


Is it possible to include an insert statement on the same table to which the trigger is assigned?

1 Answers  


What is the use of prepared statement?

1 Answers  


What is latest version of sql?

1 Answers  


What is the difference among union, minus and intersect?

1 Answers  


What are two virtual tables available during database trigger execution ?

2 Answers  


What is offset and limit in sql?

1 Answers  


What is primary key and foreign key with example?

1 Answers  


Explain what is a column in a table?

1 Answers  


Categories