InterviewSolution
Saved Bookmarks
| 1. |
What Is The Basic Structure Of Pl/sql ? |
|
Answer» PL/SQL USES BLOCK structure as its basic structure. Anonymous BLOCKS or nested blocks can be used in PL/SQL. PL/SQL uses block structure as its basic structure. Anonymous blocks or nested blocks can be used in PL/SQL. |
|