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. 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. |
|