Home »
PL/SQL MCQs
What is TRUE about PL/SQL functionalities?
3. What is 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).
- All of the above
Answer: D) 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).