πŸ“Š MySQL
Q. SELECT on a MERGE table is like . . . . . . . .
  • (A) UNION ALL
  • (B) UNION
  • (C) UNION DISTINCT
  • (D) JOIN
πŸ’¬ Discuss
βœ… Correct Answer: (A) UNION ALL

Explanation: This question is about how MySQL handles the SELECT statement when dealing with MERGE tables. A MERGE table is a special type of table that combines data from multiple underlying tables.

Explanation by: Pooja
This question is about how MySQL handles the SELECT statement when dealing with MERGE tables. A MERGE table is a special type of table that combines data from multiple underlying tables.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
89
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Pooja
Publisher
πŸ“ˆ
97%
Success Rate