Q. What is the difference between nchar and nvarchar?
β
Correct Answer: (A)
nchar is fixed and nvarchar is variable.
Explanation: nchar is fixed and nvarchar is variable width Unicode string data type.