Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You might find another post that has this same table but this has different set of queries. Pls dont copy answers from other post Workers

You might find another post that has this same table but this has different set of queries. Pls dont copy answers from other post
image text in transcribed
Workers Name SS# Married (Boolean True/False) Dept (Department Name) Salary BDay (Birth Day-Date Field) Name ManagerName Budget Location ProjectEmp SSH ProjNm (Project Name) An employee can work on multiple projects, but belongs to only one department. All managers are employees. A manager cannot manage more than one department. A project can have multiple employees. All queries must be typed (double spaced) or very, very neatly written. They must be in the given order. Every query must be done in SQL 1. Write a query to get the names and approximate age in 2019 of unmarried employees working on assigned to any project. Project "Miracle" or not 2. Write a query to print out the name(s), salary(s) and month of birth of the employee(s) working on the most projects. 3. Write queries to delete everyone (including the manager) in the "Forestry" Department, but not delete the department. Do not forget to update the Department information as well. 4. write a query to give a 2.5% salary increase to all employees that are senior citizens (65 or over) working on any project that has the word "Computer" in it. This query should work regardless of the current year/date. s. Write a query to print out the names of employees working on all projects. 6. Write a query to list the names and budgets of the departments where all employees are currently assigned to a project (no one in the department is not working on a project)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions