query syntax to add column to table of type string code example Example: add column to table sql ALTER TABLE table_name ADD column_name varchar(50);