Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Install MySQL (or anything equivalent) on your computer 2. Create data tables within MySQL based on question below. Use all the entities and relationships described
Install MySQL (or anything equivalent) on your computer
2. Create data tables within MySQL based on question below. Use all the entities and relationships described in that question. Choose Primary keys and foreign keys minutely! Also, after creating the tables, insert data records into these database tables.
What data to use to populate the tables?
- Continents --> use all from the list of continents.
- the 'neighborhood' information of continents also should be replicated from the world map.
- Islands --> use at least 5 from each continent.
- Oceans --> use tall oceans
- Straits --> use as per your relationship requirements (your design choice). DROP the tables at the end.
*The question is repeated here for your convenience*
- Land masses are either islands or continents. All land masses have a name and an area; the name is the key. Some continents are connected to each other, e.g., Asia is connected to Europe.
- No island is connected to any other island or to a continent.
- Bodies of water are either oceans or straits. A body of water has a name (the key) and an area. Islands may be either located in one ocean (e.g., Hawaii is in the Pacific Ocean) or separated from a continent by a strait (e.g., Honshu is separated from Asia by the "Sea of Japan").
- You should not assume that a strait is adjacent to only one continent or to only one island.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started