different between delete and pack command
Answers
Answered by
2
Answer:
All the table row's indexes and privileges will also be removed. No DML triggers will be fried. The Operation cannot be rolled back .
Simply: A delete Command removes matching rows, A DROP command removes the entire table.
Similar questions