Computer Science for IGCSE & O level - Databases (Section 2 - No. 5)

Which SQL command is used to retrieve data from a table?
CREATE DATABASE
INSERT INTO
SELECT
UPDATE

Explanation

The SELECT command retrieves data based on specified criteria (WHERE clause).

Comments (0)

Advertisement