Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

Explain the difference between BOOL, TINYINT and BIT.

Nice?Vote!

1 Answer

Nice?Vote!
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.
answered 1 year ago by R (19,530 points)

Related questions