Zusammenfassung der Ressource
Database Schema
Anmerkungen:
- This is a complete logical view of the database.
- All tables
Anmerkungen:
- Relations - All relations are tables but not all tables are relations.
- Columns in each table
- Primary Key of Each table
Anmerkungen:
- Primary Key values must be unique in every row. Also known as the Entity Integrity Constraint
- Foreign Keys that link the tables together
Anmerkungen:
- Foreign Key - A column or composite of columns that is the primary key of a table other than the one in which it appears.