Computer Science for IGCSE & O level - Databases (Section 4 - No. 42)

In SQL, what does the `INSERT` statement do?
Retrieves data from a table.
Adds new data into a table.
Modifies existing data in a table.
Deletes data from a table.

Explanation

The `INSERT` statement is used to add new data (records) into a database table.

Comments (0)

Advertisement