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 PROJECTION Operation?
Can you explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
Explain DBCC?
Explain the microsoft sql server delete command? : SQL Server Architecture
How to write a script for upate the data in prod , i have 50000 row are there
what is the difference between count(*) and count(1) ?
How can we write or define DDL statements in Sql server and DML statements?
Explain datetime2 data type in sal server 2008?
How much is a sql server license?
How to create view in stored procedure sql server?
How to insert data with null values?
What are the two modes of authentication 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)