• Definition of join considers all pairs of rows.

  • Just like cartesian product.

  • Except that not all rows are output.

  • Only output rows whose FK/PK columns match.