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

🎲 Try a Random Question  |  Total Questions in Quiz: 38  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Transact-SQL (T-SQL) Quiz — practice the complete quiz, review flashcards, or try a random question.

Transact-SQL (T-SQL) MCQs For LinkedIn Skill Assessments.

T-SQL is an extension to the SQL used to interact with relational databases. 


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