InterviewSolution
Saved Bookmarks
| 1. |
___________ combines the data manipulating power of SQL with the data processing power of Procedural languages.(a) PL/SQL(b) SQL(c) Advanced SQL(d) PQLI had been asked this question at a job interview.I'm obligated to ask this question of Advanced Query Optimization in portion Query Processing Techniques of Database Management |
|
Answer» CORRECT ANSWER is (a) PL/SQL Explanation: PL/SQL is an IMPERATIVE 3GL that was designed specifically for the seamless PROCESSING of SQL commands. |
|