Answer Posted / amith
HEAP tables are in-memory. They are usually used for high-
speed temporary storage. No TEXT or BLOB fields are allowed
within HEAP tables.
we can only use the comparison operators = and <=>. HEAP
tables do not support AUTO_INCREMENT. Indexes must be NOT
NULL.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Write a query to count the number of rows of a table in mysql.
What is unsigned int in mysql?
What are the differences between a primary key and foreign key?
How does mysql store data?
What is a delimiter in mysql?
What are the difference between and myisam and innodb?
What is the return type of mysqli_query?
What is dump in mysql?
What is a result set object?
What is the usage of regular expressions in mysql?
What is logs in mysql?
How do I edit a table in mysql workbench?
Why do we use mysql?
How to allow the user "sonia" to connect to the server from localhost using the password "passwd". Login as root. Switch to the mysql db. Give privs. Update privs.
Write a query to fetch common records between two tables using mysql?