Computer Science for IGCSE & O level - Databases (Section 5 - No. 33)
Which SQL clause is used to filter data based on a specific condition?
FROM
ORDER BY
WHERE
SELECT
Explanation
The `WHERE` clause is employed to filter the data based on a condition, returning only the rows that satisfy that condition.
Comments (0)
