Which datatype is used to store the character string in SQL?
Answers
Answered by
0
storage and performance considerations using SQL varchar.
Answered by
2
Hii
Also known as Variable Character, it is an indeterminate length string data type. It can hold numbers, letters and special characters. Microsoft SQL Server 2008 (and above) can store up to 8000 characters as the maximum length of the string using varchar data type.
Similar questions