PL/SQL is a procedural language extension to SQL.
- True
- False
True
An implicit cursor is automatically created by Oracle when an SQL statement is executed in PL/SQL.
- True - False
True
The %ROWTYPE attribute is used to declare a variable that can hold an entire row of data selected from a table.
- True - False
True
The RAISE_APPLICATION_ERROR procedure is used to create custom error messages in PL/SQL.
- True - False
True
PL/SQL allows the use of nested blocks.
- True - False
True