Delete
- It is a DML statement
- Rollback is possible after execution
- Triggers can fire out
- Where clause can use for condition
- Table structure will exists
Truncate
- It is a DDL statement
- Rollback not possible
- Trigger fire out not possible
- Cant apply where clause
- It is very fast compare to delete
- Table structure will exists
Drop
- Table structure will not exists
- Roll back not possible

No comments:
Post a Comment