Forum : If I created a column with data type VARCHAR(3), what would I expect to see in MySQL table?
Brief description  about Online courses   join in Online courses
View Arun  Desai 's Profile

If I created a column with data type VARCHAR(3), what would I expect to see in MySQL table?

If I created a column with data type VARCHAR(3), what would I expect to see in MySQL table?
Asked by Arun Desai | Mar 18, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Arun,
CHAR(3), since MySQL automatically adjusted the data type.
Mar 18, 2010