Difference Between SQL and PL/SQL

SQL and PL/SQL are relational database languages. SQL is a structured query language that adds, deletes, modifies or manipulates the data in the database. PL/SQL is a Procedural language which is an extension of SQL, and it holds the SQL statements within its syntax. The basic difference between SQL and PL/SQL is that in SQL … Continue reading Difference Between SQL and PL/SQL