Question

In Microsoft SQL Server, a check constraint for State field with Nvarchar(2) data type in the client table, would most likely be which of the following?
a) "states'
b) state "NH"
c) state in ("NH", "VT")
d) state not in ("VT")

Answer

This answer is hidden. It contains 1 characters.