J
jeremy
Video
Filtering Rows with the SQL WHERE Clause Using Comparison, AND, OR, and NOT Operators
The WHERE clause restricts a query's result to the rows for which a stated predicate evaluates to true, so that instead of returning every row of a relation the query returns a subset defined by a co…