The _______ clause in SQL is used to specify the condition for the rows to be deleted or updated.

  • FROM
  • HAVING
  • JOIN
  • WHERE
The WHERE clause in SQL is used to specify the condition for the rows to be affected by DELETE or UPDATE statements. It allows you to filter the rows based on a specified condition.
Add your answer
Loading...

Leave a comment

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