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

What SQL command is used to filter records based on a condition?
SORT
WHERE
FILTER
SELECT

Explanation

The `WHERE` clause in SQL is used to filter records based on specified conditions.

Comments (0)

Advertisement