Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You use the UPDATE statement to change rows in a table. Normally, when you use the UPDATE statement, you specify the following information:
The table containing the rows that are to be changed
A WHERE clause that specifies the rows that are to be changed
A list of column names, along with their new values, specified using the SET clause