DROP TABLE statement is used to drop an existing table in a database.
DELETE statement is used to delete existing records in a table.
There is no REMOVE statement in SQL.
ALTER TABLE statement is used to modify the table structure - add, delete, or modify columns in an existing table, add and drop various constraints on it.
Login in to like
Login in to comment