Home »
PL/SQL MCQs
____ are values used in PL/SQL blocks that do not change during execution
17. ____ are values used in PL/SQL blocks that do not change during execution.
- Variables
- Constants
- Functions
- Cursor
Answer: B) Constants
Explanation:
Constants are values used in PL/SQL blocks that do not change during execution.