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 |
How many ways to get the current time?
How many columns can you create for an index?
Difference between CHAR and VARCHAR?
Differentiate between FLOAT and DOUBLE?
Is mysql good for large database?
What are different types of queries?
What is the usage of ENUMs in MySQL?
What is a mysql server?
What is deterministic in mysql?
how you will show all records not containing the name "sonia" and the phone number '9876543210' order by the phone_number field.
What tools available for managing mysql server?
What is strict mode in mysql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)