nerdexam
Microsoft

98-364 · Question #199

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

The correct answer is A. INSERT C. DELETE E. UPDATE. 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…

Manipulating Data

Question

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

Options

  • AINSERT
  • BCOMMIT
  • CDELETE
  • DOUTPUT
  • EUPDATE

How the community answered

(30 responses)
  • A
    83% (25)
  • B
    10% (3)
  • D
    7% (2)

Explanation

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 ...

Topics

#DML commands#INSERT#DELETE#UPDATE

Community Discussion

No community discussion yet for this question.

Full 98-364 Practice