Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please answer the following: By Looking at the Diagram below, do the Table creation part, Database part then do the requirements: Department Supervisor has DID
Please answer the following:
By Looking at the Diagram below, do the Table creation part, Database part then do the requirements: Department Supervisor has DID SID Requirements: 1) Count how many Employees in department Accounting (hint: you will use only table "works_In" which is resulted from many-many relationship between department and employee) 2) Add a new column to table "Project" and name it "Sponsor", you can fill the data of sponsor with either Ford, Xcite or Talabat. 3) Find how many projects were sponsored by Ford. 4) Find the average Salary of all Employees. 5) Find the Maximum Salary among all employees. (Max is one of the functions mentioned in FallLab 22 slides) Dname SName OfficeLoc Has Employee Project EID PID Assign PName EName Salary EDIT: LOC PDes DataBase: 1) Create all the tables using SQL (Codes). 2) Before performing any Command, make sure that you have at least 2 employees in each department. Scroll down for requirementsStep 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