Q. What is the difference between nvarchar and ntext?
β
Correct Answer: (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.
Explanation: nvarchar can be of the maximum size upto 4000 characters and ntext can be of the maximum size upto 2GB of the text data.