Computer Science, asked by joelreji053365, 4 months ago

Which datatype is used to store the character string in SQL?

Answers

Answered by angadbeerbrar123
0

storage and performance considerations using SQL varchar.

Answered by Anonymous
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