Multi table assignment
There are four tables that Oracle used: emp, dept, bonus and salgrade.
They are available in many places on the web. One site is:
Set of Oracle tables
- Write, run and explain a query using an equijoin.
- Write, run and explain a query using an outerjoin.
- Write, run and explain a pairwise comparison.
- Write, run and explain a non pairwise comparison.
- Write, run and explain linking three tables using join.