π Question
#1038
Which one of the following provides the ability to query information from the database and to insert tuples into, delete tuples from, and modify tuples in the database?
β
Correct Answer
B. DDL(Data Definition Langauge)
π‘
Explanation
DML performs the change in the values of the relation. 3. CREATE TABLE employee (name VARCHAR, id INTEGER) a) DML b) DDL c) View d) Integrity constraint Data Definition language is the language which performs all the operation in defining structure of relation. 4. SELECT * FROM employee a) DML b) DDL c) View d) Integrity constraint Select operation just shows the required fields of the relation. So it forms a DML.
β¨οΈ Press
A
B
C
D
to select