InterviewSolution
Saved Bookmarks
| 1. |
Which compiler is used to execute the structured query language?(a) DCL(b) DDL(c) DML(d) None of the mentioned |
|
Answer» Correct option is (c) DML Explanation: Structured query language consists of Data manipulation language as well as data definition language. Therefore DML compiler. |
|