SQL Server

Adding a Column and Inserting Values

by admin on January 23, 2010

Using the ADD clause with the alter table command allows a user to add a new column to a table. The new column must be defined by a column name and datataype. The default values can also be assigned. The new column will be added at the end of the existing table- it will be [...]

{ 0 comments }