Question: PRIMARY KEY constraint defaults to ______ index.
A
B
C
Clustered
B
Nonclustered
C
None of these
Note: Not available
SELECT Name FROM person.employees WHERE Name LIKE '[_]n' GOWhich of the following values will be returned by the above code?