Oracle
1Z0-007 · Question #159
Which are DML statements? (Choose all that apply)
The correct answer is B. MERGE... C. UPDATE... D. DELETE. MERGE, UPDATE and DELETE commands are data manipulation language (DML) statements. Incorrect Answers A: COMMIT is not a DML command. E: CREATE is a data definition language (DDL) command. F: DROP is a data definition language (DDL) command.
Manipulating Data (DML)
Question
Which are DML statements? (Choose all that apply)
Options
- ACOMMIT...
- BMERGE...
- CUPDATE...
- DDELETE...
- ECREATE...
- FDROP...
How the community answered
(31 responses)- A16% (5)
- B71% (22)
- E10% (3)
- F3% (1)
Explanation
MERGE, UPDATE and DELETE commands are data manipulation language (DML) statements. Incorrect Answers A: COMMIT is not a DML command. E: CREATE is a data definition language (DDL) command. F: DROP is a data definition language (DDL) command.
Topics
#DML statements#MERGE#UPDATE#DELETE
Community Discussion
No community discussion yet for this question.