Database Guide


SQL INSERT statement

An SQL INSERT statement is used to insert a row into a table or view in the database.

An INSERT statement consists of the following types of clauses:


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