Introduction
ALTER command in SQL is used to modify column/constraint in a table
Syntax
ALTER TABLE [table_name] ADD [column_name] [datatype]