InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between SQL and PL/SQL? |
|
Answer» PL/SQL is a dialect of SQL that adds procedural features of programming languages in SQL. It was developed by Oracle Corporation in the early 90's to enhance the capabilities of SQL. |
|