Microsoft Exam Questions

What are three valid data manipulation language (DML) commands?

What are three valid data manipulation language (DML) commands? (Choose three.)

A.
INSERT

B.
COMMIT

C.
DELETE

D.
OUTPUT

E.
UPDATE

Explanation:
http://en.wikipedia.org/wiki/Data_manipulation_language
Data manipulation languages have their functional capability organized by the initial word in a
statement, which is almost always a verb. In the case of SQL, these verbs are: SELECT … FROM …
WHERE … INSERT INTO … VALUES … UPDATE … SET … WHERE … DELETE FROM … WHERE …