Hi,
Trying to figure out what to do on a new student DB where all the table related to a student will have a unique student ID. Is it redundant to use the Identity column as well? As part of primary key?
CREATE TABLE [dbo]
Trying to figure out what to do on a new student DB where all the table related to a student will have a unique student ID. Is it redundant to use the Identity column as well? As part of primary key?
CREATE TABLE [dbo]