Which table is used to run a UNION-type query on MyISAM tables?
Which table is used to run a UNION-type query on MyISAM tables? Correct Answer MERGE
When there is a need to run a ‘UNION type’ operation on a MyISAM table that has the same structures, a ‘MERGE’ table is set up for it. After this, the queries are performed on this table.
মোঃ আরিফুল ইসলাম
Feb 20, 2025