+ 5
What is the difference between DELETE and TRUNCATE in SQL?
What is the difference between DELETE and TRUNCATE in SQL?
4 Answers
+ 8
if you drink a can of coke, you delete.
if you throw away the can, you truncate.
+ 5
@Lunar Coffee
I just imagined that magic moment.
Well.... yes.... đ€źđ€źđ€ź
+ 4
Also, you can magically make the coke go back in the can (you can undo a DELETE), but you can't with TRUNCATE.