Computer Science for IGCSE & O level - Databases (Section 5 - No. 31)
Which SQL clause is used to specify the table(s) from which you want to retrieve data?
WHERE
ORDER BY
FROM
SELECT
Explanation
The `FROM` clause specifies the table(s) from which to retrieve data.
Comments (0)
