description Use ALTER TABLE column_definition syntax to specify the properties of a column that are added to a table. The data type for the column that is added and the schema to which it belongs.
ALTER TABLE column_constraint specifies the properties of a PRIMARY KEY, FOREIGN KEY, UNIQUE, or CHECK constraint that is part of a new column definition added to a table. Is the name of the ...