So I am a bit lost. I cannot create my schema because I am looped in a FK cycle. Each table needs the next to be created.
- Company has FK to a city
- City has FK to a country
- Country has FK to a currency
- Currency has FK to a company (central bank that issues the currencies.)
So how do I go about creating these tables? These are all required FKs.