Homework 2: sql2.text, due at the end of February
Start with sql2.html, " Multi-value nested queries"
More nested queries (sql2.html#nested2)
Entity-Relationship diagrams, and where joins come from: ER.html
ER diagrams and Joins
The ssn becomes a stand-in for an employee. To get the rest of the employee information, join to the employee table on e.ssn. Likewise, dept number is a stand-in for the department record, and the project number is a stand-in for the project.
Two-attribute-key relations
More ALL queries (pld.cs.luc.edu/database/sql2.html#universal_quantification)
HAVING