Wednesday, October 8, 2008

Change a Column to the Primary Key

ALTER TABLE tablename ADD PRIMARY KEY (columnname)

*the new primary key column cannot be set to accept nulls

No comments: