Explain the difference between BOOL, TINYINT and BIT?



Explain the difference between BOOL, TINYINT and BIT?..

Answer / amith

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.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is the limit of mysql database?

0 Answers  


What are triggers mysql?

0 Answers  


Does mysql use tcp or udp?

0 Answers  


How to determine the location of the data directory?

0 Answers  


Differentiate CHAR_LENGTH and LENGTH?

0 Answers  






Is mysqli deprecated?

0 Answers  


How we can get the current date in mysql?

0 Answers  


What is truncate command?

0 Answers  


What is a delimiter in mysql?

0 Answers  


What are the advantages and disadvantages of using mysql?

0 Answers  


What is a table schema?

0 Answers  


Is mysql distributed?

0 Answers  


Categories