What is PL/SQL?
- PL/SQL is a 3rd generation language (3GL).
- It significantly extends the capabilities of SQL in an Oracle database.
- It provides all the capabilities you would expect including variable definition and assignment, conditional processing (IF and CASE statements), loop constructs, error handing, etc.