Home » MYSQL » Mysql Setup » Question
  1. What is the clause that filters JOIN results called?
    1. GROUP BY
    2. GROUP
    3. SORT
    4. WHERE
    5. 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).



Your comments will be displayed only after manual approval.