1.
PL/SQL is a completely portable, high-performance transaction processing language.

2.
PL/SQL stored procedures move application code from the server to the client.

3.
Which is a simple or compound symbol that has a special meaning to PL/SQL?

4.
How many types of literals are available in PL/SQL?

5.
Which operator tests set membership?

6.
Which of the following has internal components that can be manipulated individually, such as the elements of an array, record, or table?

7.
Which subtypes are used to declare fixed-point numbers with a maximum precision of 38 decimal digits?

8.
A RECORD is a collection of data items, which differ from each other in data type, but are logically related.

9.
What is the maximum number of ELSE clauses that can be included in an IF clause that is not nested?

10.
Which structure executes a sequence of statements repeatedly as long as a condition holds true?