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
How to modify the underlying query of an existing view?
What are the differences between having and where clause.
what are the three command line utilities and what are their primary functions?
How do I open port 1433?
What happens if null values are involved in datetime operations?
Mention what are the different types of ssrs reports?
How to add additional conditions in SQL?
When is the use of update_statistics command?
How to test a dml trigger in ms sql server?
What is the osql utility?
What is the purpose of a table?
What is the difference between TRUNCATE and DROP?
Do you know what is bit data type and whats the information that can be stored inside a bit column?
Define left outer join?
How to create a simple user defined function in ms sql server?