Which of the following is/are TRUE about PL/SQL Variables?

A)  PL/SQL programs benefit from its use.
B)  There is nothing special about it other than being the name of a storage area.
C)  Variables serve as a means for programmers to temporarily store data during code execution.
D)  All of the above

Correct Answer :   All of the above


Explanation :

In the case of PL/SQL Variables :
 
* PL/SQL programs benefit from its use.

*
Variables serve as a means for programmers to temporarily store data during code execution.

* There is nothing special about it other than being the name of a storage area.