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
Why do we use the mysql database server?
How do I run mysql?
How do I create a database in mysql workbench?
What is the size of mysql database?
How do I select a table in mysql?
How do I drop a database in mysql?
How can we change the data type of a column of a table?
How do I clear a mysql database?
Where is the mysql config file?
What are the indexes in mysql?
How can I create table in mysql?
What is slow query log in mysql?
What is cursor in mysql?
What is row locking in mysql?
How would you get the current date in mysql?