What are HEAP tables in MySQL?



What are HEAP tables in MySQL?..

Answer / 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

More MySQL Interview Questions

What is the return type of mysqli_query?

0 Answers  


What is mysql routine?

0 Answers  


Do while loop in mysql procedure?

0 Answers  


How can we store binary data in mysql?

2 Answers   HP,


What is the difference Delete and Drop ?

6 Answers  






How to write query to select word java's from column employees and from emp table

1 Answers   CGI,


What are triggers mysql?

0 Answers  


Where the database is stored in mysql?

0 Answers  


How to check if a record exists in a mysql database php?

0 Answers  


Write a query to select all teams that won either 1, 3, 5 or 7 games.

0 Answers  


How to print message in mysql trigger?

0 Answers  


How do I export mysql query results to excel?

0 Answers  


Categories