Chapter 11. Using Databases: Advanced Data AccessIn Chapter 10, "Using Databases: Storing and Retrieving Data," we looked at the SQL language and saw how to use it for the basics of table manipulationsinsertion of data, retrieval of records, updating, and deletion. In this chapter, we will build on these basics and move on to more advanced SQL concepts and language constructs. By the end of this chapter, we will cover
|