Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Note:: Please need clear hand writing or word SQL DML/DDL The following relational schema forms part of an Employees database. The primary keys are underlined

image text in transcribed

Note:: Please need clear hand writing or word

SQL DML/DDL The following relational schema forms part of an Employees database. The primary keys are underlined and foreign keys are in italics. Job (jobID, job Title, minSalary, maxSalary) Dependent (dependentID, firstName, lastName, relationship, employeeID) Department (departmentID, departmentName, location ID) Location (locationID, street, postcode, city, state) Employee employeeID, firstName, lastName, phoneNumber, salary, jobID, departmentID) Employee employeeID 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. For employees who earn less or equal to 4000, list the employee names, their department names, and dependent names. 3. What is the average salary of Manager' GobTitle) in each department? Show departments? names, job identification of Manager' and average salary. Give the new column an alias. 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. 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

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

Students also viewed these Databases questions

Question

What is meant by 'Wealth Maximization ' ?

Answered: 1 week ago

Question

LO6 Describe how individual pay rates are set.

Answered: 1 week ago