1.

If I Created A Column With Data Type Varchar(3), What Would I Expect To See In Mysql Table?

Answer»

CHAR(3), SINCE MySQL AUTOMATICALLY ADJUSTED the DATA type.

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



Discussion

No Comment Found