What is difference between drop table and drop database? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is difference between drop table and drop database?

3rd Mar 2019, 4:44 PM
Aryan Badoni
2 Answers
+ 1
There are usually many tables in the database. So 'drop table' removes all records from the table, while 'drop database' removes all tables from the database.
3rd Mar 2019, 5:07 PM
portpass
0
Thanks
3rd Mar 2019, 5:18 PM
Aryan Badoni