Relational database languages include SQL and PL/SQL. SQL is a standardized query language for inserting, deleting, modifying, and manipulating data in databases. PL/SQL is a procedural language which is an extension of SQL. Its syntax includes SQL statements. The primary distinction between SQL and PL/SQL is that SQL executes a single query at a time,