Which of the following statements are DML statements? (a) Update [tablename]…
2019
Which of the following statements are DML statements?
(a) Update [tablename]
Set [columnname]=VALUE
(b) Delete [tablename]
(c) Select * from [tablename]
- A.
a and b
- B.
a and d
- C.
a, b and c
- D.
b and c
Attempted by 1112 students.
Show answer & explanation
Correct answer: A
Update and Delete are DML while Select is a DRL(Data retrieval language).
A video solution is available for this question — log in and enroll to watch it.