Wednesday, 10 October 2012

Differences between SQL and PL-SQL

SQL is a query language that allows you to issue a single query or execute a single insert/update/delete.
PL-SQL is Oracle's "Programming Langugage" SQL, which allows you to write a full program (loops, variables, etc.) to accomplish multiple selects/inserts/updates/deletes.

Regards
Rajan Bansal

No comments:

Post a Comment