adspace
Answer Posted / Shashank Pandey
The string data type in SQL stores a sequence of characters. It can be defined with different lengths, such as char(n), varchar(n), nvarchar(n), or nchar(n). The difference between them lies in the way they handle multiple-byte characters.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is sql server agent? : Sql dba
What is your daily office routine?
What is the current version of postgresql?
Does group by remove duplicates?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Can delete statement be rollbacked?
what is schema? : Sql dba
what are the advantages of sql ? : Sql dba
Can we use distinct and group by together?
what is dbms? : Sql dba
what is bcp? When does it used? : Sql dba
define sql insert statement ? : Sql dba
Is primary key clustered index?
Do we need to rebuild index after truncate?
Is inner join faster than left join?