Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 latest version of mysql?

0 Answers  


What is max_used_connections in mysql?

0 Answers  


What is a data directory?

0 Answers  


How to use like conditions?

0 Answers  


What is the use of mysqli_connect in php?

0 Answers  


How do I show all mysql databases?

0 Answers  


How do I select a database in mysql workbench?

0 Answers  


Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products

0 Answers  


What is the difference Delete and Drop ?

6 Answers  


How do I stop a mysql command?

0 Answers  


What are the purposes of using enum and set data types?

0 Answers  


How to delete a trigger in mysql?

0 Answers  


Categories