Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You can use the WHERE clause in a SELECT statement to filter the rows returned from the database. This is very important as Oracle has the capacity to store large numbers of rows in a table and you may only be interested in a very small subset of those rows. You place the WHERE clause after the FROM clause:
SELECT ... FROM WHERE ...;