What is the basic structure of PL/SQL?
PL/SQL uses BLOCK structure as its basic structure. Each PL/SQL program consists of SQL and PL/SQL statement which form a PL/SQL block. PL/SQL block contains 3 sections. The Declaration Section (optional) The Execution Section (mandatory) The Exception handling Section (optional) The basic structure of a PL/SQL (Procedural Language/Structured Query Language) block consists of three sections: … Read more