• With foreign key declarations inside create table, table definitions have to be carefully ordered.

  • NEITHER order works if two tables have references to each other.

  • E.g. Employee works for department, Department manager is one of the department's employees. (Not the only way to model it).