Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is difference between nchar and char in Sql server ?

Answers were Sorted based on User's Feedback



what is difference between nchar and char in Sql server ? ..

Answer / dinesh

nChar Support Unicode Character but char Does Not
Support

Is This Answer Correct ?    23 Yes 0 No

what is difference between nchar and char in Sql server ? ..

Answer / 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

what is difference between nchar and char in Sql server ? ..

Answer / parantap

char support ANSI code character but nchar support unicode character.
:-char reserve 1 byte memory space but nchar reserve 2byte memory space.

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More SQL Server Interview Questions

How to check parameter value in stored procedure sql server?

0 Answers  


Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...

0 Answers   Crown Solutions,


What is database architecture? : SQL Server Architecture

0 Answers  


Explain timestamp datatype?

0 Answers  


How to find out name of all employees who has salary less than 200 Rs.?

8 Answers  


How to get a list all databases on the sql server?

0 Answers  


Why is normalisation important?

0 Answers  


Explain following error properties?

0 Answers  


When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?

0 Answers  


What according to you is the difference between mysql and sql server performance?

0 Answers  


Does a specific recovery model need to be used for a replicated database? : sql server replication

0 Answers  


What is Self Join?

4 Answers  


Categories