nerdexam
Oracle

1Z0-061 · Question #219

Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables: Which DELETE statement is valid?

The correct answer is C. DELETE FROM employees. The correct syntax for DELETE statement DELETE [ FROM ] table [ WHERE condition ];

Manipulating Data

Question

Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables:

Which DELETE statement is valid?

Exhibit

1Z0-061 question #219 exhibit

Options

  • ADELETE FROM employees
  • BDELETE * FROM employees
  • CDELETE FROM employees
  • DDELETE * FROM employees

How the community answered

(33 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    79% (26)
  • D
    12% (4)

Explanation

The correct syntax for DELETE statement DELETE [ FROM ] table [ WHERE condition ];

Topics

#DELETE statement#DML syntax#table data removal

Community Discussion

No community discussion yet for this question.

Full 1Z0-061 Practice