insert query

An "insert query" is a type of SQL query used to insert data into a database table. It is used to add new rows or records into an existing table. The query specifies the table name and the values to be inserted into the corresponding columns of the table.

Requires login.