Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Tasks Query Description 1. Change to use the database airline 2. Insert into table cityState data from file cityState.sql 3. Insert into table employee
Tasks Query Description 1. Change to use the database airline 2. Insert into table cityState data from file cityState.sql 3. Insert into table employee data from file employe.sql 4. Insert into table employeePosition data from file employeePosition.sql 5. Write a join query to query join table employee, position and employeePosition to select the following: a. Columns firstName, lastName, phone, email from table employee b. Column description from table position c. Order by columns description and lastName 6. Generate an ER Diagram using MySQL Workbench, save as a .mwb file 7. Export database cruise using MySQL Workbench, save as a .sql file 8. Provide written source code in a .sql file Test Cases Test Case 1 Test Case 2 Test Case 3 Test Case 4 Test Case 5 select from employee should look like Figure 1 Note: different ID values are okay select from cityState should look like Figure 2 select from employeePosition should look similar to Figure 3 Join query result set should look like Figure 4 ER Diagram should look like Figure 5 Assignment Scope 1. Use database airline. 2. Insert data into tables. Write a join query. 3. 4. Generate an ER diagram.
Step by Step Solution
★★★★★
3.31 Rating (145 Votes )
There are 3 Steps involved in it
Step: 1
The skin friction coefficient Cf for a laminar boundary ...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