Chapter 10. Using Databases: Storing and Retrieving DataOver the past two chapters, we have been learning about databases, including what servers are available and how to create databases and tables using Structured Query Language (SQL). With these in hand, it is time to begin looking at manipulating data. This chapter will focus on insertion, deletion, retrieval, and modification of data. In this chapter, we will cover
|