What is TRUE about PL/SQL functionalities?

A)  Arrays can be used with it as well as handling exceptions (runtime errors).
B)  Conditions and loops are fundamental elements of procedural languages like PL/SQL.
C)  Various types and variables can be declared, as can procedures and functions, as well as types and variables of those types.
D)  All of the above

Correct Answer :   All of the above


Explanation :

TRUE about PL/SQL functionalities :
 
* Conditions and loops are fundamental elements of procedural languages like PL/SQL.

* Various types and variables can be declared, as can procedures and functions, as well as types and variables of those types.

* Arrays can be used with it as well as handling exceptions (runtime errors).