Explain the difference between BOOL, TINYINT and BIT?
Answer Posted / 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 View All Answers
How do I tune a mysql query?
How does mysql store dates?
What is the difference between a database and a table?
HOW TO FIND display the total number of weeks in the year of 1998 IN EMP TABLE
How do I start mysql from command line?
How do I start mysql?
What is the use of mysqli_connect in php?
What is difference between oracle and mysql?
What is mysql root?
How do you connect MySQL database with PHP?
How do I check mysql version?
Why do we write stored procedures?
How large can a mysql table be?
What is the difference between heap table and temporary table?
Explain the different types of mysql joins.