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 |
Table A has 5 rows and table B has 0 rows Cartesian join on A,B will have----rows
What are the two types of queries?
How to create a new view in mysql?
Is foreign key indexed mysql?
What is innodb mysql?
How do I switch users in mysql?
How many values can the SET function of MySQL take?
2 Answers Creative Informatics,
What are date and time data types?
What are the difference between and myisam and innodb?
What are all the Common SQL Function?
Why we use mysql workbench?
Is mysql good for big data?