SQL - Subqueries
Which SQL keyword is used to compare a column value with the result of a subquery in the
WHERE clause?WHERE clause?IN is commonly used to check if a value matches any value returned by a subquery.JOIN is for combining tables, GROUP BY and ORDER BY are for grouping and sorting, not comparison.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions