When is a declare statement needed?
By admin on Mar 8, 2007 in PL/SQL interview questions
Level: Low
The DECLARE statement is used in PL/SQL anonymous blocks such as with stand alone, non-stored PL/SQL procedures. It must come first in a PL/SQL stand alone file if it is used.


