A MERGE table is a virtual table that combines multiple MyISAM tables that have similar structure into one table. The MERGE storage engine is also known as the MRG_MyISAM engine. The MERGE table does not have its own indexes; it uses indexes of the component tables instead.