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

Is it possible to update a table value with out using update command?. if yes what is the reason, if no what is the reason?.

1 Answers  


In PHPmysql language how can we update our previous information.when update form open then we get our previous information in textbox,checkbox,selct,radio button.How can we show the information in checkbox,select menu,radio button which is available in database?

0 Answers  


Is SET Command is SQL Statement..?

4 Answers   BitWise,


What is prepare statement in mysql?

0 Answers  


How do I restart mysql on windows?

0 Answers  


What are aggregate functions in mysql?

1 Answers  


What are the advantages of mysql in comparison to oracle?

0 Answers  


How to delete an existing column in a table?

0 Answers  


What is delimiter in mysql trigger?

0 Answers  


What is pdo in php mysql?

0 Answers  


What is the purpose of using ifnull() function?

0 Answers  


Can a table have multiple primary keys?

0 Answers  


Categories