What does a LEFT join do?
Returns all records from the left table, and the matched records from the right table
What does an Equi JOIN do?
The JOIN condition is equivalent to the FOREIGN KEY condition and can be derived from this.
What does a Theta JOIN do?
allows for arbitrary comparison relationships, such as , >=, etc.
What is an alias used for?
used as a shorthand notation for the table name
Why must tables be properly linked?
Referential Integrity