When using the UPDATE command, you typically specify a ___________ clause to identify the rows to be updated.

  • FROM
  • JOIN
  • SET
  • WHERE
In SQL, the UPDATE command is used to modify existing records in a table. The WHERE clause is used to specify which rows should be updated based on certain conditions. For example, you might use WHERE to update only the rows where a certain column equals a specific value.
Add your answer
Loading...

Leave a comment

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