Computer Science for IGCSE & O level - Databases (Section 4 - No. 22)
Which component of an SQL command specifies the table to retrieve data from?
SELECT
WHERE
FROM
ORDER BY
Explanation
The FROM clause identifies the table(s) the query will use.
Comments (0)
