Which option—when placed in the blank space—establishes the PersonlD column as the primary key for the table with a nonclustered index?
CREATE TABLE People (
PersonID int NOT NULL,
PersonName nvarchar(50),
_______
);
Which option—when placed in the blank space—establishes the PersonlD column as the primary key for the table with a nonclustered index?
CREATE TABLE People (
PersonID int NOT NULL,
PersonName nvarchar(50),
_______
);