SQL - ALTER TABLE Command Mindsforest 07:03:00 Add Comment Edit The SQL ALTER TABLE command is used to add, delete or modify columns in an existing table. You would also use ALTER TABLE command to a... Read More