πŸ“Š MySQL
Q. Which operators test whether a subquery returns any rows?
  • (A) IN and NOT IN
  • (B) EXISTS and NOT EXISTS
  • (C) PRESENT
  • (D) ABSENT
πŸ’¬ Discuss
βœ… Correct Answer: (B) EXISTS and NOT EXISTS

Explanation: This question is about how we check if a smaller query (called a subquery) finds any matching data. Think of it like searching for a specific book in a library.

Explanation by: Sonali Mishra
This question is about how we check if a smaller query (called a subquery) finds any matching data. Think of it like searching for a specific book in a library.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
87
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Sonali Mishra
Publisher
πŸ“ˆ
95%
Success Rate