What are the HEAP tables in MySQL ? HEAP tables also known as Memory tables are tables taht present in the memory. When creating a HEAP table in MySql, we needs to specify the TYPE of table as HEAP. These memory tables have values without data type like “BLOB” or…
Read More
The post Things you must know before MySQL Interview appeared first on PHP DriLL.