Computer Science, asked by Minal3380, 9 months ago

Char xx (20) can store how many characters

Answers

Answered by Aviral101
0

Answer:

char 20 can store 20 characters while taking a storage for exactly 20.

while

for say a 20 length character is to be stored in varchar. here the storage taken will be 22. or you can say to store x characters

char takes x space. while varchar takes x+2 space.

Similar questions