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
Options
- ADELETE FROM employees
- BDELETE * FROM employees
- CDELETE FROM employees
- DDELETE * FROM employees
How the community answered
(33 responses)- A6% (2)
- B3% (1)
- C79% (26)
- D12% (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.
