engineering computer science MCQ #658

Which SQL clause is used to filter records based on a condition?

engineering computer science MCQ #658

  1. Question 1

    Q1. Which SQL clause is used to filter records based on a condition?

    • A) SELECT
    • B) FROM
    • C) WHERE
    • D) GROUP BY

    Answer: WHERE

    Explanation: The WHERE clause filters records based on a specified condition, narrowing down the result set.