Explain the difference between BOOL, TINYINT and BIT?
Answer / 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 |
How to display top 10 rows in mysql?
How do I change the max connections in mysql?
What is row locking in mysql?
Explain MySQL locks?
How can I connect mysql database?
What is difference between mysql and mysql server?
What is the main different between Null and NOT Null. Difference between Primary and Unique Key. How to Check the database from which application is it possibe.
How can we get total number of records by query in mysql?
How you can create a trigger in mysql?
How to get current MySQL version?
What are the different mysql database engines?
How to get nth highest salary from table in a mysql?