Which SQL clause is used to filter records?
Question 1
Q1. Which SQL clause is used to filter records?
Answer: WHERE
Explanation: The WHERE clause is used to filter records based on specific conditions, allowing you to narrow down the data retrieved.