affiliate_link

Wednesday, September 24, 2008

Difference between Varchar and Char data types?

Varchar is a variable length character data type whereas Char is a fixed length character data type. Because Varchar is a variable length data type therefore its size is the actual length of the data entered and not the maximum size of the column