Computer Science for IGCSE & O level - Databases (Section 3 - No. 13)
Which SQL command is used to insert new data into a table?
SELECT
UPDATE
INSERT
DELETE
Explanation
The INSERT command is used to add new records into a database table.
Comments (0)
