Computer Science for IGCSE & O level - Databases (Section 1 - No. 7)

What is the purpose of the 'WHERE' clause in an SQL query?
To specify the table to retrieve data from.
To sort the results.
To filter the records based on a condition.
To combine multiple tables.

Explanation

The WHERE clause filters the result set to include only records that satisfy a specific condition.

Comments (0)

Advertisement