Q. What is the difference between nvarchar and ntext?
- A. nvarchar is fixed and ntext is variable.
- B. nvarchar is variable and ntext is fixed.
- C. nvarchar can be of the maximum size upto 4000 characters and ntext can be of the maximum size upto 2GB of the text data.
- D. nvarchar can be of the maximum size upto 4000 characters and ntext can be of the maximum size upto 1GB of the text data.
Correct Answer: C