Which SQL statement is used to update existing records in a database?

  • ALTER
  • CHANGE
  • MODIFY
  • UPDATE
The UPDATE statement in SQL is used to modify existing records in a database table. It allows you to change the values of one or more columns in one or more rows based on specified conditions. This statement is crucial for maintaining data integrity and making necessary changes to the database.
Add your answer
Loading...

Leave a comment

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