Oracle
1Z0-882 · Question #96
Which two keywords cannot be used in multi-table deletes?
The correct answer is B. ORDER BY C. LIMIT. You can specify multiple tables in a DELETE statement to delete rows from one or more tables depending on the particular condition in the WHERE clause. However, you cannot use ORDER BY or LIMIT in a multiple-table DELETE.
SQL Data Manipulation
Question
Which two keywords cannot be used in multi-table deletes?
Options
- AUSING
- BORDER BY
- CLIMIT
- DIGNORE
- EJOIN
How the community answered
(25 responses)- A4% (1)
- B84% (21)
- D4% (1)
- E8% (2)
Explanation
You can specify multiple tables in a DELETE statement to delete rows from one or more tables depending on the particular condition in the WHERE clause. However, you cannot use ORDER BY or LIMIT in a multiple-table DELETE.
Topics
#multi-table DELETE#ORDER BY restriction#LIMIT restriction#DML syntax
Community Discussion
No community discussion yet for this question.