Difference Between varchar and nvarchar datatype?
Answer Posted / muhammadrashidmughal
The difference in varchar and nvarchar datatypes is
simple. Nvarchar stores UNICODE data. If you have
requirements to store UNICODE or multilingual data,
nvarchar is your choice. Varchar stores ASCII data and
should be your data type of choice for normal use
| Is This Answer Correct ? | 37 Yes | 7 No |
Post New Answer View All Answers
What is mean by candidate key?
Which language is supported by sql server?
What are actions, how many types of actions are there, explain with example? : sql server analysis services, ssas
Can sub report data source be different from that of the parent report?
How to create a dml trigger using create trigger statements?
What is the need for group functions in sql?
Explain differentiate between a having clause and a where clause?
Tell me in brief how sql server enhances scalability of the database system?
Do you know what are acid properties of transaction?
How ssrs maintain security?
If the job running very slow what is the action you do
What is executereader?
What are data regions?
What is intellisense?
What is order of B+tree?