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


Please Help Members By Posting Answers For Below Questions

as a part of your job, what are the dbcc commands that you commonly use for database maintenance? : Sql server database administration

488


How to encrypt Strored Procedure in SQL SERVER?

552


What is instead of dml trigger?

584


What is the distinction amongst delete and truncate?

583


How to create user defined functions with parameters?

636






What do you mean by a Composite primary key?

589


Issues related in upgrading SQL Server 2000 to 2005 / 2008

1499


How to select some specific rows from a table in ms sql server?

567


What is coalesce and check constraint in sql server?

539


What is the command used to recompile the stored procedure at run time?

614


What is a data collection table?

540


What are the advantages of the mirroring?

564


Can We Use Data-grids For Our Report In Ssrs?

147


How to find index size for each index on table?

583


What are the acid properties?

551