Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

database PART B: SQL DML/DDL (20 points) The following relational schema forms part of an Employees database. The primary keys are underlined and foreign keys

database
image text in transcribed
PART B: SQL DML/DDL (20 points) The following relational schema forms part of an Employees database. The primary keys are underlined and foreign keys are in italics. Job (obID, jobTitle, minSalary, maxSalary) Dependent (dependentID, firstName, lastName, relationship, employeeID) Department (departmentID, departmentName, locationID) Location locationID, street, postcode, city, state) Employee (employeeID, firstName, lastName, phoneNumber, salary, jobID, departmentID) Employee employeeld works as jobID at a department departmentID located at locationID. The employee has dependent(s) dependentID. 3. What is the average salary of Manager' (obTitle) in each department? Show departments names, job identification of Manager' and average salary. Give the new column an alias. (5 points)

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_2

Step: 3

blur-text-image_3

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

Graph Database Modeling With Neo4j

Authors: Ajit Singh

2nd Edition

B0BDWT2XLR, 979-8351798783

More Books

Students also viewed these Databases questions

Question

2.7 Identify how privacy legislation impacts employees.

Answered: 1 week ago

Question

4. What advice would you give to Carol Sullivan-Diaz?

Answered: 1 week ago