PLSQL tutorial for beginners and professionals with examples on Basics, PL/SQL, syntax, data types, variables, constants, records, conditional statements, decision making, iterative statements, loops, cursors, procedures, functions, exception handling, triggers, packages and more.
PL/SQL stands for Procedural Language extension of SQL. It was developed by Oracle Corporation in the late 1980s to enhance the capabilities of SQL. It is the procedural extension language for SQL. Here is the list of all PLSQL tutorial:
PLSQL tutorial:
- PLSQL variable
- PLSQL constants and literals.
- PLSQL hello world program
- PLSQL if else if statement
- PLSQL switch case statement
- PLSQL loop exit when
- PLSQL while loop
- PLSQL for in loop
- PLSQL continue statement
- PLSQL loop label
- PLSQL goto statement
- PLSQL stored procedure
- PLSQL function
- PLSQL implicit, explicit cursor
- PLSQL exception handling
- PLSQL triggers
- PLSQL package
Oracle PLSQL interview questions: