What are the differences between SQL and PL/SQL?
Sigiloso
Sql is structured query language and used in a single query line. Where as procedural language sql is a procedural language which is used as block of code, loops, variables etc. Sql is executes a single query at a time to revert the data from database. PL/sql execute multiple query at a time in certain block of code. Sql can embedded in pl/sql But pl/sql is cannot be embedded in sql