The EXISTS clause is used to test for the existence of any record in a subquery. If the subquery returns at least one record, the EXISTS condition is true; if the subquery returns no records, the ...
WHERE EXISTS in (SELECT course_id FROM courses WHERE course_name IN ("MBA", "Btech")); /*If no value are matched it returns nothing */ ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results