πŸ“Š MySQL
Q. What is the clause that filters JOIN results called?
  • (A) GROUP BY
  • (B) GROUP
  • (C) SORT
  • (D) WHERE
πŸ’¬ Discuss
βœ… 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).

Explanation by: Nitin Gupta
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).

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
198
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Nitin Gupta
Publisher
πŸ“ˆ
89%
Success Rate