Computer Science for IGCSE & O level - Databases (Section 5 - No. 3)
What is the purpose of an `INSERT` statement in SQL?
To retrieve data from a table.
To modify existing data in a table.
To add new data to a table.
To delete data from a table.
Explanation
The `INSERT` statement is used to add new data (records) into a database table.
Comments (0)
