+ 1
difference between c h ar and varchar data types
2 odpowiedzi
+ 1
A char(n) entry will always fill n bytes, a varchar(n) entry will have the data + its size (with max size as n). Use char when there is little variation between the size of the entries, and varchar otherwise.
0
in char only use for character and worlds ,
in varchar use for numeric and also char