to store alphanumeric data (computer)
Answers
Answered by
4
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
2
Answer:
text data type
Explanation:
The text data type ( alpha ) is used for alphanumeric values. Customer IDs, product names, sizes, or geographic locations are examples of the text data type. Text columns may contain any alphanumeric text, including uppercase and lowercase letters, numbers, spaces, and symbols.
Similar questions