nerdexam
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)
  • A
    16% (5)
  • B
    71% (22)
  • E
    10% (3)
  • F
    3% (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.

Full 1Z0-007 Practice