Question: Case description: COUNTRYLANGUAGE PK Language CHAR(30) O FK Country Code CHAR(3) IsOfficial Percentage CITY ENUM ('T','F') Decimal (4,1) PK ID INT FK Country Code

Case description: COUNTRYLANGUAGE PK Language CHAR(30) O FK Country Code CHAR(3) IsOfficial Percentage CITY ENUM ('T','F') Decimal (4,1) PK ID INT FK Country Code CHAR(3) Name CHAR(35) District CHAR(20) Population INT JPK # ++ Code Name Continent Region SurfaceArea IndepYear Population LifeExpectancy COUNTRY CHAR(3) CHAR(55) enum(Asia', 'Europe', 'North America', 'Africa', 'Oceania', 'Antarctica', 'South America') 4. Create a User that can insert data to the country table (User2) 5. Create a user that can insert data into City table. (User3) 6. Show all created users and their privileges. (a screenshot) CHAR(26) Decimal (10,2) Smallint int Decimal (3,1) 1. Use MYSQL to Implement the above database 2. Show the steps of your implementation with justifications 3. Create a User (User1) that can add, modify, and insert data to the database. What to submit: 1. A word/pdf file that includes the following: a. Cover page (course code, course name, group number, students name, students ID) b. Details steps of your implementation procedure with justifications 2. A screen shot from MYSQL Workbench showing the database name and all related tables
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
