nerdexam
Oracle

1Z0-007 · Question #58

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 (DML)

Question

Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables:

Which DELETE statement is valid?

Exhibit

1Z0-007 question #58 exhibit

Options

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

How the community answered

(54 responses)
  • A
    6% (3)
  • B
    11% (6)
  • C
    80% (43)
  • D
    4% (2)

Explanation

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

Topics

#DELETE syntax#DML#row removal#SQL grammar

Community Discussion

No community discussion yet for this question.

Full 1Z0-007 Practice