Which of the following is not correct for DELETE and TRUNCATE?
Options
- DELETE table can be rolled back
- TRUNCATE table cannot have triggers
- TRUNCATE table can have criteria
- DELETE table can have criteria
CORRECT ANSWER : TRUNCATE table can have criteria
Write your comments