Computer Science for IGCSE & O level - Databases (Section 3 - No. 4)
Which SQL command is used to retrieve specific data from a database table?
CREATE TABLE
INSERT INTO
SELECT
UPDATE
Explanation
The SELECT command is specifically designed to retrieve data based on specified criteria.
Comments (0)
