InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by DML Compiler? |
|
Answer» DML STANDS for Data Manipulation Language.DML COMPILER translates the DML statements which are there in a QUERY language into the low-level instructions which the query EVALUATION ENGINE understands easily. |
|