Table of Contents
Previous Section Next Section

Summary

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:

In the next chapter, you'll look at a similar but more powerful way of abstracting SQL statements—stored procedures.


Table of Contents
Previous Section Next Section