Introduction to Relational Databases#
This chapter provides an overview of relational database systems, covering core terminology and fundamental concepts.
Acknowledgements#
The author consulted the following resources when building out this chapter:
Peer review and editing was provided by Spring 2021 graduate teaching assistants Aidan Draper, Eric Tsai Sahoo & Subhadyuti Sahoo.
Chapter Table of Contents#
Data#
This chapter will work with four tables. Link to access via Google Drive
transactions
players
teams
locations
You can copy the project to your own Drive workspace and/or download individual sheets as .csv
files.
Application#
Click here for a Google Doc template for this chapter’s application problems.