Which SQL clause is used to filter data based on conditions?
Q1. Which SQL clause is used to filter data based on conditions?
Answer: WHERE
Explanation: The WHERE clause filters data based on conditions, allowing only rows that meet the conditions to be included in the result.