InterviewSolution
Saved Bookmarks
| 1. |
The operators used when a subquery returns multiple rows to be evaluated in comparison to the outer query are _____________(a) IN and NOT IN(b) EXISTS and NOT EXISTS(c) OUTER JOIN and INNER JOIN(d) LEFT JOIN and RIGHT JOINI have been asked this question during an interview for a job.This question is from Managing MySQL User Accounts in section General MySQL Administration of MySQL |
|
Answer» Right option is (a) IN and NOT IN |
|