Using Views to Simplify Data Manipulation

Views can simplify not only users' perception of the data but also their manipulation of it. You can define frequently used joins, projections, and selections as views so that users don't have to specify all the conditions and qualifications each time a further operation on that data is performed. (For details about joins, projections, and selections, see Retrieving Data with Queries.)