Oracle PL-SQL Question:

What is the basic structure of PL/SQL?

Oracle PL-SQL Interview Question
Oracle PL-SQL Interview Question

Answers:

Answer #1
PL/SQL uses block structure as its basic structure. Anonymous blocks or nested blocks can be used in PL/SQL.

Answer #2
PL/SQL support block structure. such as
1) Anonymous block
2) Named block and
3) Sub program <This also fall into blocks>


Previous QuestionNext Question
If the application is running very slow? At what points you need to go about the database in order to improve the performance?What are the components of a PL/SQL block?