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 are the functions of mysql?
What is mvcc in mysql?
What is the current root password of mysql?
How do I backup mysql database on linux?
What is striped backup
What is difference between oracle and mysql?
How Switch (select or use) to a database.
What are the types of queries?
How to include character strings in sql statements?
How do I edit a table in mysql workbench?
What is 'mysqlshow'?
List some mysql advantages and disadvantages?
What ascii 31?
Write a query to display even rows in student table using mysql?
Consider you have the following three tables which have to be linked together.