Home »
PL/SQL MCQs
Which of the following is/are TRUE about PL/SQL Variables?
7. Which of the following is/are TRUE about PL/SQL Variables?
- Variables serve as a means for programmers to temporarily store data during code execution.
- PL/SQL programs benefit from its use.
- There is nothing special about it other than being the name of a storage area.
- All of the above
Answer: D) All of the above
Explanation:
In the case of PL/SQL Variables –
- Variables serve as a means for programmers to temporarily store data during code execution.
- PL/SQL programs benefit from its use.
- There is nothing special about it other than being the name of a storage area.