What is the difference between varchar and nvarchar types?
Answer / anindya basu
The differences are as under:
a. While Varchar is an ASCII data type, nVarchar is a Unicode data type.
b. While Varchar takes 1 byte per character, Unicode takes 2 bytes per character.
c. While Varchar accepts only Ascii data, NVarchar accepts both Ascii and Unicode data.
Is This Answer Correct ? | 0 Yes | 0 No |
Give main differences between "Truncate" and "Delete".
How many levels of sp nesting are possible?
What is the difference between a Local temporary table and a Global temporary table? How is each one used?
Can the query output be sorted by multiple columns in ms sql server?
What is the difference between a local and a global variable?
What is a covering index?
When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?
what is denormalization and when would you go for it? : Sql server database administration
What is the difference between a primary key and a unique key? Are they the same?
can an automatic recovery be initiated by a user? : Sql server administration
Tell me what is difference between view and materialized view?
What happens if null values are involved in bitwise operations?