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
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
What is indexing in mysql?
What are date and time data types in mysql?
What is difference between mysql and mysql workbench?
How to calculate the difference between two dates?
Explain the different types of mysql joins.
How to insert html code into mysql database using php?
What is difference between group by and order by clause?
What is view in mysql?
What are the steps required to view your mysql database?
What is ndb in mysql?
How to create and drop view in mysql?
What is slow query log in mysql?
Define REGEXP?
Is mysql open source?