Challenge: Apply Foreign Keys to Tables
Test what we’ve learned in this chapter.
We'll cover the following...
ERD
Create a students database using the following entity relationship diagram.
Problem Statement
Some things that may not be obvious from the diagram are the following:
- All
idcolumns are mandatory and are primary keys that take values automatically
Ask