Introduction
We use DROP TABLE to remove a whole table and its data. ALTER TABLE lets us change a table's structure without deleting it.
When you no longer need a table and want to delete it completely.
When you want to add a new column to store more information.
When you need to remove a column that is no longer useful.
When you want to change the type of data a column holds.
When you want to rename a table or a column for clarity.