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
What is a DBMS, query, SQL?
What is xml datatype?
When columns are added to existing tables, what do they initially contain?
What is a print index?
What is function of master database?
How to get the definition of a stored procedure back?
Explain how would you store your query in an SSRS report or a Database server?
In which format does an image save in SQL Server database ?
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration
Tell me what do you understand by a view? What does the with check option clause for a view do?
What is an identity column in insert statements?
What is 2nf in normalization?
plss anybody specify tha constrian management system in dbms
Explain external key management in sql server 2008
What is oltp (online transaction processing)?