A cartoon caveman

Create Foreign Key Relationships

(code for this section)

Relational databases are at their most useful when data in one table relates to other data in other tables.

The mechanism we use to enforce that something in cave_id column actually refers back to a row in a cave table is foreign keys.

→ Run Jobs in the Background

← Process Form Submits