πŸ“Š MySQL
Q. Which of the following returns all distinct rows selected by either query?
  • (A) INTERSECT
  • (B) MINUS
  • (C) UNION
  • (D) UNION ALL
πŸ’¬ Discuss
βœ… Correct Answer: (C) UNION

Explanation: The union operator is used to combine result set of two or more select statements. It avoids duplication

Explanation by: Akshay Kulkarni
The union operator is used to combine result set of two or more select statements. It avoids duplication

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
210
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Akshay Kulkarni
Publisher
πŸ“ˆ
87%
Success Rate