Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2. Write an SQL statement to list LastName, FirstName, and CellPhone for all employees having an experience level of Master. 3. Write an SQL statement

2. Write an SQL statement to list LastName, FirstName, and CellPhone for all employees having an experience level of Master.

3. Write an SQL statement to list LastName, FirstName, and CellPhone for all employees having an experience level of Master and FirstName that begins with the letter J.

4. Write an SQL statement to list the LastName and FirstName of employees who have worked on a property in Seattle. Use a subquery.

5. Answer question 4 but use a join using JOIN ON syntax.

6. Write an SQL statement to list the LastName and FirstName of employees who have worked on a property owned by a corporation. Use a subquery.

7. Answer question 6 but use a join using JOIN ON syntax.

8. Write an SQL statement to show the LastName and FirstName and sum of hours worked for each employee.

9. Write an SQL statement to show the sum of hours worked for each ExperienceLevel of EMPLOYEE. Sort the results by ExperienceLevel, in descending order.

10. Write an SQL statement to show the sum of HoursWorked for each type of OWNER but exclude services of employees who have ExperienceLevel of Junior.

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

Database And Expert Systems Applications 33rd International Conference Dexa 2022 Vienna Austria August 22 24 2022 Proceedings Part 2 Lncs 13427

Authors: Christine Strauss ,Alfredo Cuzzocrea ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

3031124251, 978-3031124259

More Books

Students also viewed these Databases questions