-
What is the clause that filters JOIN results called?
-
- GROUP BY
- GROUP
- SORT
- WHERE
- None of these
Correct Option: D
Sometimes the result of a join is very large and is not desirable. In these cases, the results can be filtered with the help of the ‘WHERE’ clause which is followed by a set of condition(s).