+1 vote
in PL/SQL by
When Is A Declare Statement Needed ?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
0 votes
asked Mar 15, 2021 in PL/SQL by Robindeniel
...