1.3.02. Access across relations
- Relational model allows multiple relations to exist within one database schema
- Relations can be accessed individually or together (joins).
- Referential integrity
- Pulling data out of single relations
- Pulling related data out of
- Multiple relations using Join