The Relational Model: Structure Example
- The most boring example ever
- Your friend, the parts/supplier database!
| part_number: part_number | part_name: name | color: color |
|---|---|---|
| part_number: 1 | part_name: Sprocket | color: red |
| part_number: 2 | part_name: Flux Capacitor | color: blue |