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 |
Explain federated tables?
What is mysql_query?
Can't connect mysql server on localhost?
Why do we use the mysql database server?
How to add a new column to an existing table in mysql?
Is mysqli deprecated?
How do I select a database in mysql workbench?
Describe mysql transaction properties.
How set mysql root password?
What is a table schema?
How do I truncate all tables in mysql?
What is database engine in mysql?