DEFAULT keyword used instead of assignment operator to initialize variables - PL/SQL
Q. Which keyword is used instead of the assignment operator to initialize variables?- Published on 19 Oct 15a. NOT NULL
b. DEFAULT
c. %TYPE
d. %ROWTYPE
ANSWER: DEFAULT
Using the default value for a variable will give it a typical value. The value for that variable will be fixed.