What Does PL/SQL Block
*Display information to the screen
*Write data to file
*Call other programs
* Manipulate data and many more
Block
Generally, a program written in PL/SQL language is divided into blocks. We can say blocks are basic programming units in PL/SQL programming language. PL/SQL blocks contain set of instructions for oracle to execute.