How does PL/SQL differ from SQL?
- SQL is primarily designed to store data in and retrieve data from your database. It is an ANSI standard language, although Oracle has significantly enhanced its SQL to provide additional functionality.
- Since PL/SQL is a 3GL, it provides much more sophisticated manipulation of the data than is possible with SQL.