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
Determine when to use stored procedure to complete sql server tasks?
How to use subqueries with the in operators in ms sql server?
What are the purposes of floor and sign functions?
what is the difference between them (ethernet networks and token ring networks)? : Sql server database administration
What do you understand by sql server agent?
What are the advantages of using third-party tools?
Define union, union all, minus, intersect?
what is a self join? : Sql server database administration
Indexes are updated automatically is the full-text index also updated automatically?
What is the difference between locking and multi-versioning?
Define Unique Key?
How to convert a numeric expression from one data type to another?
What are the differences between stored procedure and view in sql server?
Explain what is cte (common table expression)?
Explain about remote stored procedure?