PostgreSQL - Subqueries in PostgreSQL
What does the
EXISTS keyword do in a SQL query?EXISTS keyword do in a SQL query?EXISTS keyword is used to check if a subquery returns any rows. It returns true if there is at least one row, otherwise false.EXISTS.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions