(Solved) : Instructions Week S Potw Working World Database Contains 3 Tables Country City Contrylangu Q44158635 . . .


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’ Show transcribed image text 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’
Expert Answer
Answer to INSTRUCTIONS In this week’s POTW, you will be working with the world database. It contains 3 tables, country, city and c…
OR