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 string data types?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
What is difference between mysqli and pdo?
What is not null in mysql?
How do I start and stop mysql on windows?
How do I kill a mysql query?
Can you tell a way to know the number of days between the two given dates in php?
How do I install mysql on windows 10 64 bit?
How big is a blob mysql?
How to set mysql variable in php?
How do I quit mysql?
What is the storage engine for mysql?
What is the innodb in mysql?
What is session variable in mysql?
How do I completely remove mysql from windows?