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 is the command used to check locks in microsoft sql server?
Is sql server 2016 free?
What are the types of resultset?
Does sql server use t sql?
How do you delete duplicate rows in sql server?
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
What is table constraint?
What is a self join in sql server?
What is a group function explain with an example?
Which autogrowth database setting is good?
Find columns used in stored procedure?
How to download and install sql server 2005 books online?
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
What is implicit cursors?
What is an execution plan? When would you use it?