engineering computer science MCQ #714

Which SQL clause is used to filter data based on conditions?

engineering computer science MCQ #714

  1. Question 1

    Q1. Which SQL clause is used to filter data based on conditions?

    • A) WHERE
    • B) HAVING
    • C) GROUP BY
    • D) ORDER BY

    Answer: WHERE

    Explanation: The WHERE clause filters data based on conditions, allowing only rows that meet the conditions to be included in the result.