PL/SQL Tutorial

Welcome to PLSQLTutorial.com website! If you are looking for a complete PL/SQL tutorial, you are at the right place. At PL/SQL Tutorial.com, we are working hard to make a comprehensive PL/SQL Tutorial to help you to learn PL/SQL quick and fun.

So What is PL/SQL?

PL/SQL stands for “Procedural Language extensions to the Structured Query Language or SQL.”. SQL is the powerful tool for both querying and update data in relational databases. Oracle introduced PL/SQL to extend some limitations of SQL to provide a more comprehensive solution for building mission-critical applications running on Oracle database.
We assume that you have fundamental knowledge of database and SQL to start our PL/SQL tutorial. If this is not the case, you can follow basic SQL tutorial on the website SQLTutorial.org to have a good start.

Basic PL/SQL Tutorial

This section is targeted as a good starting point for those who are new to PL/SQL. However, if you are very familiar with the language and also want to glance through these tutorials as a  refresher, you may even find something useful that you haven’t seen before!