Search notes:

Oracle: INSERT SQL Statement

An insert statement is used to add data to a table.
Data is added to table either by an conventional insert or a direct path insert operation.

See also

insert into … select from …
Log errors for insert statements.
Using the append hint with insert statements.
The insert all clause inserts data from a subquery into mutliple tables.

Index