Database Guide


SQL UPDATE statement

An SQL UPDATE statement is used to update specified data in a table or view in the database.

An UPDATE statement consists of the following types of clauses:


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]