Difference between drop and delete command in sql? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Difference between drop and delete command in sql?

4th Aug 2017, 5:15 PM
Parul Sharma
Parul Sharma - avatar
3 Answers
+ 1
For drop no need commit and you can't make rollback after this command.
6th Aug 2017, 9:00 PM
xec
+ 1
any other difference please?
8th Aug 2017, 7:53 AM
Parul Sharma
Parul Sharma - avatar
+ 1
Drop it is remove table, delete it is remove records from table.
8th Aug 2017, 8:42 PM
xec