Home »
PL/SQL MCQs
What is TRUE about constant_name in PL/SQL Constant?
20. What is TRUE about constant_name in PL/SQL Constant?
- Exactly like a variable name, it is a name for a constant.
- A constant word doesn't change its value and is a reserved word.
- Both A. and B.
- None of the above
Answer: C) Both A. and B.
Explanation:
In case of constant_name in PL/SQL Constant –
- Exactly like a variable name, it is a name for a constant.
- A constant word doesn't change its value and is a reserved word.