engineering computer science MCQ #866

Which SQL clause is used to filter records?

engineering computer science MCQ #866

  1. Question 1

    Q1. Which SQL clause is used to filter records?

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

    Answer: WHERE

    Explanation: The WHERE clause is used to filter records based on specific conditions, allowing you to narrow down the data retrieved.