adspace
Answer Posted / Firdos Khan
nvarchar(max) is a data type used in SQL Server that allows storing variable length strings with a maximum size of 2^31 -1 (approximately 2 GB).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is bcp? When does it used? : Sql dba
what is sql server agent? : Sql dba
what are all the common sql function? : Sql dba
How do I remove duplicates in two columns?
Can we rollback truncate?
what are aggregate and scalar functions? : Sql dba
how to start mysql server? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
what is dbms? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
What is the current version of postgresql?
Is inner join faster than left join?
Is primary key clustered index?
Can we use distinct and group by together?
Does group by remove duplicates?