tsql add column table code example Example: how to add column to table sql ALTER TABLE table_name ADD column_name varchar(50);