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…
Question
What are three valid data manipulation language (DML) commands? (Choose three.)
Options
- AINSERT
- BCOMMIT
- CDELETE
- DOUTPUT
- EUPDATE
How the community answered
(30 responses)- A83% (25)
- B10% (3)
- D7% (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
Community Discussion
No community discussion yet for this question.