I’m creating a table that needs to have 2 columns. The first column can’t be repeated. The thing is, I will insert the value of the first column. How do I create this column?
SQLServer 2005
I’m creating a table that needs to have 2 columns. The first column can’t
Share
Make the first column the primary key of the table.