Introduction to Blocks in Procedural Language – SQL
PL/SQL blocks are of two groups: Named Block Anonymous Block Named Blocks: Named blocks are useful when creating subroutines. The subroutines may be procedures, functions, and even packages also. The subroutines can be stored in the database and referenced by their names later on. Anonymous Blocks: Anonymous PL/SQL blocks do not have names. As a …
Introduction to Blocks in Procedural Language – SQL Read More »