what is difference between nchar and char in Sql server ?
Answer Posted / ruchika mathur
N stands for national character and it is meant for Unicode
data.Using Unicode data types,a column can store the data
defined by Unicode standard. that's why nchar supports
Unicode character whereas char does not.
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What are the default system databases in sql server 2000?
How many databases instances are there in sql server 2000?
What does Master database contains?
What are the rules to use the rowguidcol property to define a globally unique identifier column?
How can we check the sql server version?
Name few of the dcl commands in sql?
How do I find the port number for sql server?
What is the stuff?
What command do we use to rename a db, a table and a column?
How to write a query with an inner join in ms sql server?
What is full outer join in sql server joins?
how can you attach more than 20 ldf files in sql server
Explain filestream storage of sql server 2008?
What does <> symbol mean?
What is join query?