DBA > Job Interview Questions > MySQL and SQL

Explain the difference between BOOL, TINYINT and

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

Explain the difference between BOOL, TINYINT and BIT.

Prior to MySQL 5.0.3: those are all synonyms. After MySQL 5.0.3: BIT data type can store 8 bytes of data and should be used for binary data.

(Continued on next question...)

Other Job Interview Questions