Select from following answers:- NVARCHAR(1000) NOT NULL
- NVARCHAR(1000) NULL

- NVARCHAR(MAX) NOT NULL
- NVARCHAR(100) SPARSE NULL
- All Above
only NVARCHAR(100) NULL will allow you to create a UNIQUE CONSTRAINT on the column.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator