Computer Science for IGCSE & O level - Databases (Section 3 - No. 37)
Which SQL statement is used to retrieve data from a database?
INSERT
UPDATE
SELECT
DELETE
Explanation
The `SELECT` statement is the SQL command designed to retrieve data from a database.
Comments (0)
