chapter two

2 Related tables and more SQL

 

In this chapter

  • You learn what related tables are and how to query them.
  • You revisit table and data management.
  • You explore how to learn more SQL on your own.

2.1 Overview

In Chapters 1, you learned the basics of SQL and how to query or create a single table. In this chapter, you will continue learning a bit more of SQL by querying and creating related tables. In the end, you will peek into how to pick up more SQL keywords by yourself in the future.

2.2 Related tables

2.2.1 Number(s) of shared columns

2.2.2 Join data from related tables

2.3 Revisit table and data management

2.3.1 Manage related tables

2.3.2 Manage data in related tables

2.4 Learn more SQL on your own

2.5 Summary