SQL

INSERT Statement

English

Overview

A SQL statement for adding new data.

Details

SQL syntax that adds new rows to a specified table, capable of inserting multiple rows at once. For bulk loading large volumes of data, a bulk insert can significantly cut the transaction-log and index-update overhead compared with one INSERT per row.

More Database terms