Instruction
Hello, it's nice to see you again! The last time around, we talked about primary keys and the NOT NULL constraint. Strictly speaking, the constructs we've discussed previously kept data accurate in single tables.
This time, we're going to talk about another kind of constraint that deserves an entire part of its own. The topic will be constraints that keep data between different tables accurate. Such constraints are called foreign keys (or FK for short).
Exercise
Click the button to continue the introduction.



