Summary
This chapter covers the foundations of perhaps the most important function of a database: getting data from the database and into a usable form. You have learned about the Select query used to retrieve data from a table, how to retrieve data from multiple tables, and how to use functions in your queries to make them more powerful by synthesizing data. In later chapters, you will extend your abilities with Action queries and queries based on other queries (also known as nested queries ).