Wednesday, 17 October 2012

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

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

No comments: