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
How can you know if the row fetched from cursor is still valid in underlying table?
What are the differences between stored procedure and view in sql server?
Why do we need normalization?
What is 2nf normalization form?
You want to implement the one-to-many relationship while designing tables. How would you do it?
How to read data in a table with "select" statements?
How to create new tables with "create table" statements in ms sql server?
What function does a database engine serve in the sql server?
What are the restrictions that views have to follow? : SQL Server Architecture
Is it possible to update the views? If yes, how, if not, why?
Explain the working of sql privileges?
What is instead of trigger sql server?
What are the types of joins in sql?
Explain the difference between function and stored procedure?
How to test odbc dsn connection settings?