Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

UPDATE πŸ“

Learning Goals

By the end of this section you will:

  • understand the use of the UPDATE statement to change the values of an existing record

  • know how to write an UPDATE statement

The UPDATE statement is used to modify the existing records in a table.

Β 

Go to the W3schools Tutorial on the UPDATE Statement and complete their exercises.