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