Google News
logo
PL/SQL - Quiz(MCQ)
In order to initialize a variable with the value other than NULL, it can be done using which method?
A)
The DEFAULT Keyword
B)
The Assignment Operator
C)
Both (A) and (B)
D)
None of the above

Correct Answer :   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.

Advertisement