15.51. The WHERE
clause
<div class="paragraph">
The `WHERE` clause of a query is made up of predicates which assert whether values in each potential row match the current filtering criteria.
Thus, the where clause restricts the results returned from a select query and limits the scope of update and delete queries.
</div>
</div>
<div class="sect2">