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

What does the `WHERE` clause in an SQL query typically do?
Specifies the table to retrieve data from.
Sorts the results.
Filters the results based on a condition.
Specifies the order in which results are displayed.

Explanation

The `WHERE` clause filters the results of an SQL query, including only those records that meet a specified condition.

Comments (0)

Advertisement