Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

INSTRUCTIONS In this week's POTW, you will be working with the world database. It contains 3 tables, country, city and contrylanguage tables, found below. You

image text in transcribedimage text in transcribed

INSTRUCTIONS In this week's POTW, you will be working with the world database. It contains 3 tables, country, city and contrylanguage tables, found below. You will be working with DELETE, UPDATE and SELECT statements with multiple tables. Remember that columns and table names are case sensitive on Mimir! city ID INT (11) Name CHAR(35) CountryCode CHAR(3) District CHAR (20) Population INT(11) Indexes countrylanguage CountryCode CHAR(3) Language CHAR(30) IsOfficial ENUMCT','F") Percentage FLOAT(4,1) Indexes country Code CHAR(3) Name CHAR(52) Continent ENUM(...) Region CHAR (26) SurfaceArea FLOAT(10,2) IndepYear SMALLINT (6) Population INT(11) LifeExpectancy FLOAT(3,1) GNP FLOAT(10,2) GNPOld A OAT (10,2) Local Name CHAR(45) GovernmentForm CHAR(45) HeadOfState CHAR(60) Capital INT(11) Code2 CHAR(2) Indexes List the name of the cities, the names and continents of their country and the names of all its official languages whose countries lie in the region that starts with 'South

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

Step: 3

blur-text-image

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

Handbook Of Relational Database Design

Authors: Candace C. Fleming, Barbara Von Halle

1st Edition

0201114348, 978-0201114348

More Books

Students also viewed these Databases questions