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
What is delimiter in mysql stored procedure?
Is number a datatype in mysql?
Write a query to stop mysql in unix
How do I install mysql on windows 7?
How to make a copy values from one column to another in mysql?
What is procedures in mysql?
What is row level locking in mysql?
What is limit in mysql?
How do I select a database in mysql workbench?
What is information_schema in mysql?
How do you kill a long running query in mysql?
What is ddl, dml, and dcl?
How to calculate the difference between two dates?
What are Heap tables?
Can we use mysql and mysqli together?