InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of the PL/SQL language? |
|
Answer» PL/SQL is an extension of SQL. SQL is non-procedural. PL/SQL is a procedural language designed by oracle to overcome the limitations that exist in SQL. |
|