Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A. Continent_summary_view: Create a view to display each continent name, the number of countries in the continent, the total surface areas, and the total populations.

image text in transcribed

A. Continent_summary_view: Create a view to display each continent name, the number of countries in the continent, the total surface areas, and the total populations.

B. Population_view: Create a view to display each country name, country populations, the largest city populations of the country. Only North and South America countries are listed

TABLE City (ID, Name, CountryCode, District, Population, PRIMARY KEY (ID)) TABLE Country (Code, Name, Continent, Region, SurfaceArea, IndepYear small, Population, Life Expectancy, GNP, GNPOld, LocalName, GovernmentForm, HeadOfState, Capital, Code2, PRIMARY KEY (Code)) TABLE Country Language (CountryCode, Language, IsOfficial, Percentage, PRIMARY KEY (CountryCode, Language))

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Database Experts Guide To SQL

Authors: Frank Lusardi

1st Edition

0070390029, 978-0070390027

More Books

Students also viewed these Databases questions

Question

Name different ways to handle budget variances.

Answered: 1 week ago