T

Tina Singh • 10.85K Points
Tutor II

Q. What is the difference between nchar and nvarchar?

  • (A) nchar is fixed and nvarchar is variable.
  • (B) nchar is variable and nvarchar is fixed.
  • (C) nchar has the maximum size of 4000 characters and nvarchar has the maximum size of 8000 characters.
  • (D) nchar has the maximum size of 800 characters and nvarchar has the maximum size of 4000 characters.

Explanation by: Tina Singh
nchar is fixed and nvarchar is variable width Unicode string data type.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.