Which SQL clause is used to filter records in a database?

  • FROM
  • GROUP BY
  • SELECT
  • WHERE
The WHERE clause in SQL is used to filter records based on specified conditions. It allows you to retrieve only the data that meets the specified criteria, enabling precise data retrieval and analysis.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *