What is the difference between varchar and nvarchar types?
Answer Posted / anindya basu
The differences are as under:
a. While Varchar is an ASCII data type, nVarchar is a Unicode data type.
b. While Varchar takes 1 byte per character, Unicode takes 2 bytes per character.
c. While Varchar accepts only Ascii data, NVarchar accepts both Ascii and Unicode data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many columns can exist together per table?
What is the difference between Clustered and Non-Clustered Index?
Can you explain powershell included in sql server 2008?
What is named calculation? : sql server analysis services, ssas
How do you create type- insensitive operator?
what are cursors? : Sql server database administration
Explain trigger and trigger types?
What are the different types of columns types constraints in the sql server?
How to remove duplicate rows from table except one?
List some advantages and disadvantages of stored procedure?
How you can change a cross join into an inner join?
How to send a ssrs report from ssis?
What purpose does the model database server?
How many types of cursor type are there?
Explain the Ways to improve the performance of a sql azure database?