What is the difference between char, nchar, ntext, nvarchar, text and varchar in SQL?
char
nchar
ntext
nvarchar
text
varchar
I
Additionally - text and ntext have been deprecated for varchar(max) and nvarchar(max)