In this chapter, you saw how to use SQL views to save you from having to execute complicated queries when you want to get at shaped data. You've learned the following:
How to create a view
How to modify an existing view
How to delete a view
In the next chapter, you'll look at a similar but more powerful way of abstracting SQL statements—stored procedures.