Skip to main content

Posts

Showing posts with the label SQL

Advantages of PL/SQL

These are the advantages of PL/SQL.     * Block Structures: PL SQL consists of blocks of code, which can be nested within each other. Each block forms a unit of a task or a logical module. PL/SQL Blocks can be stored in the database and reused.