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 data type for file in mysql?

0 Answers  


How can I create database in mysql?

0 Answers  


What are the advantages and disadvantages of using mysql?

0 Answers  


Who owns mysql database?

0 Answers  


Can we write procedure in mysql?

0 Answers  






How to add a new column to an existing table in mysql?

0 Answers  


What are the differences between char and varchar?

0 Answers  


What is the different between NOW() and CURRENT_DATE()?

1 Answers  


How are mysql timestamps seen to a user?

0 Answers  


What is InnoDB?

0 Answers  


Describe mysql transaction properties.

0 Answers  


How to dump one database for backup.

0 Answers  


Categories