engineering computer science MCQ #683

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

engineering computer science MCQ #683

  1. Question 1

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

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

    Answer: WHERE

    Explanation: The WHERE clause filters records based on specified conditions, allowing for targeted data retrieval.