Relational Model: Summary 2
Allows complex data relationships with multiple tables:
- {patient id, patient demographics}
- {patient id, patient visit date, blood pressure}
Structured Query Language (SQL) retrieval
- Select patient _name where blood_lead_level > 10