Interview Questions

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

MySQL and SQL


(Continued from previous question...)

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.

(Continued on next question...)

Other Interview Questions