What is the purpose of the WHERE clause in SQL?
To specify which columns to select
To specify which table to select from
To filter rows based on a specified condition
To order the results
This question is part of this quiz :
SQL Basics Quiz Questions