DDL and DML statements are compiled and executed by
-
query processor
-
storage manager
-
data model
-
only 1 and 3
-
none of these
A
Correct answer
Explanation
The components of query processor are
1) DDL interpreter
2) DML compiler
3) Query evalution engine
The DDL interpreter interprets DDL statements and records the definition in the data dictionary .The DML compiler translates the DML statements in a query language into an evaluation plan consisting of low-level instruction that the query evaluation engine understands.