Computer Science, asked by Lakshay8040, 11 months ago

What is PL/SQL ? List the sections of a PL/SQL block.

Answers

Answered by thesilentpoet
1

PL/SQL program units organize the code into blocks. A block without a name is known as an anonymous block. The anonymous block is the simplest unit in PL/SQL. It is called anonymous block because it is not saved in the Oracle database.

Attachments:
Similar questions