Open In App

UGC-NET | NTA UGC NET 2019 June – II | Question 5

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

Answer: (C)
Explanation: DML commands:

SELECT
INSERT
UPDATE
DELETE
MERGE
LOCK TABLE

Quiz of this Question

Article Tags :