InterviewSolution
Saved Bookmarks
| 1. |
Which operators are used when a subquery returns multiple rows to be evaluated in comparison to the outer query?(a) IN and NOT IN(b) EXISTS and NOT EXISTS(c) OUTER JOIN and INNER JOIN(d) LEFT JOIN and RIGHT JOINI had been asked this question during an interview.I would like to ask this question from Performing Multiple topic in chapter Using SQL to Manage Data of MySQL |
|
Answer» Correct OPTION is (a) IN and NOT IN |
|