English, asked by yagnathegreat, 5 months ago

what is data type like char and varchar??
please answer fast as soon as possible

Answers

Answered by gauribhangure2003
0

Answer:

float, int, double, string

Explanation:

Answered by saisuradish
0

Answer:

CHAR is fixed length and VARCHAR is variable length. CHAR always uses the same amount of storage space per entry, while VARCHAR only uses the amount necessary to store the actual text. ... Because char is a fixed-length data type, the storage size of the char value is equal to the maximum size for this column

Explanation:

Similar questions