What is the difference between varchar and varchar(max) datatypes?
Answer / Shashank Mohan Shukla
'varchar' is a fixed-length string data type that stores up to 8000 characters. 'varchar(max)' is a variable-length string data type that can store up to 2^31 - 1 characters.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we use having clause without group by?
What is oltp (online transaction processing)?
How to return the date part only from a sql server datetime datatype?
how to find the second salary?
what is difference between NULL and ISNULL in SQL Server 2008?
What is "scheduled jobs" or "scheduled tasks"?
Explain syntax for viewing trigger?
What are the benefits of using stored procedures over sql statements?
Differentiate between delete and truncate.
How many types of schemas are there?
When would you prefer to have a minimum number of indexes?
What happens when unicode strings concatenate with non-unicode strings?
Oracle (3253)
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)