-- The ALTER TABLE statement is used to add, delete, or modify columns in an existing table. -- The ALTER TABLE statement is also used to add and drop various constraints on an existing table. -- ...
Some of The Most Important SQL Commands SELECT - extracts data from a database UPDATE - updates data in a database DELETE - deletes data from a database INSERT INTO - inserts new data into a database ...