Computer Science for IGCSE & O level - Databases (Section 2 - No. 31)

Which SQL command is used to insert new data into a table?
UPDATE
SELECT
INSERT
DELETE

Explanation

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

Comments (0)

Advertisement