Computer Science, asked by lunaghosh78, 6 months ago


1.How are char and vachar diffrent.
2.Which string datatype is better char or vachar.​

Answers

Answered by sharmabanita078
0

Answer:

1.VARCHAR is variable length, while CHAR is fixed length.

2.CHAR because it is slightly more size-efficient, and also slightly faster

Similar questions