Home »
PL/SQL MCQs
In order to initialize a variable with the value other than NULL, it can be done using which method?
14. In order to initialize a variable with the value other than NULL, it can be done using which method?
- The Assignment Operator
- The DEFAULT Keyword
- Both A. and B.
- None of the above
Answer: C) Both A. and B.
Explanation:
In order to initialize a variable with the value other than NULL, it can be done using the Assignment Operator and the DEFAULT Keyword both.