Computer Science for IGCSE & O level - Databases (Section 6 - No. 38)
In SQL, what does the `UPDATE` statement allow you to do?
Insert new data.
Delete data.
Modify existing data.
Retrieve data.
Explanation
The `UPDATE` statement modifies existing data in a table.
Comments (0)
