-
What is a stored procedure ?
A stored procedure is a sequence of statements that perform specific function.
-
What is the basic structure of PL/SQL ?
PL/SQL uses block structure as its basic structure. Anonymous blocks or nested blocks can be used in PL/SQL.