Computer Science, asked by namangmr, 8 months ago

What datatype is used to store combination of alphabets?

Answers

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