0 votes
in PL/SQL by
Explain what Is An Anonymous Block And How Is It Executed?

1 Answer

0 votes
by
Anonymous blocks, as the name suggests, are PL/SQL blocks that are not given any name and cannot be stored in the database. These blocks can call another blocks but they cannot be called by any other block, as they do not have a name. An anonymous block is executed by either storing the block code in a file or writing the block code at the SQL prompt.

Related questions

+2 votes
asked Mar 7, 2021 in PL/SQL by SakshiSharma
0 votes
asked Mar 10, 2021 in PL/SQL by sharadyadav1986
...