how to insert a new field to a table in sql code example Example: create column sql server ALTER TABLE table_name ADD column_name datatype;