What is the difference between sql and pl/sql
Answers
Answered by
3
Answer:
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 a single query gets executed at a time whereas, in PL/SQL a whole block of code get executed at a time.
Similar questions