Thursday, July 9, 2015

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



CHAR(3), since MySQL automatically adjusted the data type.

No comments: