Q. What is the clause that filters JOIN results called?
β
Correct Answer: (D)
WHERE
Explanation: 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).