Computer Science, asked by hariom262, 11 months ago

different between delete and pack command

Answers

Answered by roop286
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