Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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