Oracle
1Z0-071 · Question #413
Which two statements are true about TRUNCATE and DELETE? (Choose two.)
The correct answer is A. DELETE can use a WHERE clause to determine which row(s) should be removed. E. The result of a DELETE can be undone by issuing a ROLLBACK. See the full explanation below for the reasoning.
Question
Which two statements are true about TRUNCATE and DELETE? (Choose two.)
Options
- ADELETE can use a WHERE clause to determine which row(s) should be removed.
- BTRUNCATE can use a WHERE clause to determine which row(s) should be removed.
- CTRUNCATE leaves any indexes on the table in an UNUSABLE state.
- DThe result of a TRUNCATE can be undone by issuing a ROLLBACK.
- EThe result of a DELETE can be undone by issuing a ROLLBACK.
How the community answered
(28 responses)- A82% (23)
- B11% (3)
- C4% (1)
- D4% (1)
Community Discussion
No community discussion yet for this question.