What datatype is used to store combination of alphabets?
Answers
Answered by
14
Answer:
varchar is datatype for storing alphanumeric values in SQL . The varchar data type holds alphanumeric data; just like char but with flexible size, you just set the maximum number of characters, maximum size is 8,000 character.
Answered by
3
Answer:
varchar is datatype for storing alphanumeric values in SQL . The varchar data type holds alphanumeric data; just like char but with flexible size, you just set the maximum number of characters, maximum size is 8,000 character.
Similar questions