how to alter table and add new column in sql server code example Example: sql add column ALTER TABLE Customers ADD Email varchar(255);