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 will show all records containing the name "sonia" and the phone number '9876543210'
What is the use of innodb in mysql?
What is a query in mysql?
What is mysql installer?
How do you rename a table in mysql?
Why is mysql used?
How to get a version of mysql?
How to decrement dates by 1 in mysql?
How do I change mysql password?
How we can get the current date in mysql?
In a property booking section want a query to check that property is booked from StartDate to EndDate.Booking Table field are given id proerty_id start_date checkout_date no_of_visitor booking date status Waiting yours answer.. Thanks In Advance...
How do you rename a table?
What is a simple query?
What is mysql default database?
What is user in mysql?