Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

quick answer pls..
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 (jobID, jobTitle, minSalary, maxSalary) Dependent dependentID, firstName, lastName, relationship, employeeID) Department (departmentID, departmentName, locationID) Location locationID, street, postcode, city, state) Employee (employee ID, firstName, lastName, phoneNumber, salary, jobID, departmentID) Employee employeeld works as jobID at a department departmentID located at locationID. The employee has dependent(s) dependentID. 1. List employee names and dependent names. Also, include employees without any dependents. (2 points) 2. For employees who earn less or equal to 4000, list the employee names, their department names, and dependent names. (3 points) 3. What is the average salary of Manager' (job Title) in each department? Show departments names, job identification of Manager' and average salary. Give the new column an alias. (5 points) 4. Employee whose full name is "Fatima Abdul Fateh' has been promoted to "Manager' and her salary now starts at the minimum salary for Manager'. Change the relevant record to reflect the new job and salary of Fatima Abdul Fateh. (5 points) 5. List the number of employees working in each state. Show the state and the number of employees. Give the new column an alias and sort the results according to the state in ascending order. (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

Step: 3

blur-text-image

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

OCA Oracle Database SQL Exam Guide Exam 1Z0-071

Authors: Steve O'Hearn

1st Edition

1259585492, 978-1259585494

More Books

Students also viewed these Databases questions

Question

=+j Describe an effective crisis management program.

Answered: 1 week ago