Table of Contents
Previous Section Next Section

Summary

This chapter introduced the basic usage of SQL and examined how to use simple SELECT queries to extract data from tables in a relational database. Specifically, you learned about the following:

In the next chapter you'll look at how you can use SQL to modify data in a database table. You'll see how to update existing data, add new data, and delete specific rows.


Table of Contents
Previous Section Next Section