Computer Science, asked by Deep4563, 9 months ago

What is the difference between sql and pl/sql

Answers

Answered by rani49035
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