PL/SQL True and False Flashcards

1
Q

PL/SQL is a procedural language extension to SQL.
- True
- False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

An implicit cursor is automatically created by Oracle when an SQL statement is executed in PL/SQL.

- True
- False
A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The RAISE_APPLICATION_ERROR procedure is used to create custom error messages in PL/SQL.

- True
- False
A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

PL/SQL allows the use of nested blocks.

- True
- False
A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly