Computer Science, asked by dadu4308, 10 months ago

Which are not block type in pl sql in named unnamed anonymous?

Answers

Answered by Anonymous
1

Answer:

A PL/SQL block consists of three sections: declaration, executable, and exception-handling sections. ... Functions or Procedures is an example of a named block. A named block is stored into the Oracle Database server and can be reused later. A block without a name is an anonymous block.

Similar questions