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 an entity-relationship diagram (erd)?
How to retrieve error messages using odbc_errormsg()?
What are indexers?
What command would you use to add a column to a table in sql server?
What is your recommendation for a query running very slow? : sql server database administration
Why should we go for stored procedures? Why not direct queries?
What is the default order of an order by clause?
What is clustered index
you have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation? : Sql server administration
Mention what are the different types of ssrs reports?
Where sql server user names and passwords are stored in sql server? : sql server database administration
what are the critical issues you have resloved in your company
Explain can you implement data mining in ssrs?
How to create a local temporary stored procedure?
How many types of built in functions are there in sql server 2012?