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 15

a. 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.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)