What are Heap tables?



What are Heap tables?..

Answer / hrindows@gmail.com

Heap tables are in-memory tables used for high-speed temporary storage. But, TEXT or BLOB fields are not allowed within them. They also do not support AUTO INCREMENT.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is current version of mysql?

0 Answers  


How can we run batch mode in mysql?

0 Answers  


Why is mysql popular?

0 Answers  


How can we find out which auto increment was assigned on Last insert?

0 Answers  


How to Change a users password from MySQL prompt. Login as root. Set the password. Update privs.

0 Answers  






Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?

0 Answers  


How to delete an existing column in a table?

0 Answers  


How we get sum of column.

0 Answers  


What is mysql routine?

0 Answers  


How many ways we can we find the current date using MySQL?

5 Answers  


What is the difference between mysql_fetch_array() and ysql_fetch_object() ?

0 Answers  


How can we repair a MySQL table?

2 Answers   Infosys,


Categories