Which SQL clause is used to specify conditions for retrieving data?
Q1. Which SQL clause is used to specify conditions for retrieving data?
Answer: WHERE
Explanation: The 'WHERE' clause is used to specify conditions for retrieving data, filtering out records that do not meet the specified conditions.