Q. Differentiate between:

(i) DROP TABLE, DROP DATABASE

(ii) DROP TABLE, DROP clause of ALTER TABLE.


Answer =

(i)
drop table = it delete  table or relation from database
Drop  database = it delete the database from MYSQL server.

(ii)
drop table = it delete  table or relation from database
DROP clause of ALTER TABLE = it delete a particular column or filed from table or relation.

2 Comments

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post