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 |
What is msdb database? : SQL Server Architecture
What are the properties and different types of sub-queries?
How to create a large table with random data for index testing in ms sql server?
What are the events recorded in a transaction log?
How to create a store procedure with encryption?
What are the pros and cons of creating extended stored procedures?
which table keeps the locking information? : Sql server administration
How you would rewrite the sql query to return the customerid sorted numerically?
What is the difference between Stored Procedure , Function and Package, 1. how many blocks in Package and what are they.
any one can explain Self mapping Delegation Remote Credentials
What are rows and columns?
How do I view views in sql server?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)