This document discusses various SQL predicates that can be used in the WHERE clause including comparisons for equality, inequality, less than, greater than, use of characters, between, null values, similar values using LIKE, IN lists, and subqueries. It provides examples of SQL statements using each of these predicates in the WHERE clause to filter query results.