Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using the EMPLOYEES and JOBS tables, write a query which displays data (name, salary, and total pay) for all employees with a job title that

Using the EMPLOYEES and JOBS tables, write a query which displays data (name, salary, and total pay) for all employees with a job title that includes the string 'Manager '. Use the following specifications for the 4 columns: 


 1. employee name using the format J Smith, A Doe, M Goon, etc. with first initial and last names displayed as one column with a space between firs and last name using the column alias "Full Name". Use mixed case as shown. 


2. employee's salary 


3. employee's commission percent 


4. employee's total pay which includes both the salary and any commission earned (add together their salary and their earned commission) using the column alias "Total Pay". The commission value in the table is a percentage of their salary, so multiply this percentage by  each employee's salary to determine their commission amount - then add to their salary value. Round this value to 2 decimal places.

Step by Step Solution

3.46 Rating (156 Votes )

There are 3 Steps involved in it

Step: 1

You can use the following SQL query to display data for all employees with a job title that incl... 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

Using Microsoft Excel and Access 2016 for Accounting

Authors: Glenn Owen

5th edition

1337109048, 1337109045, 1337342149, 9781337342148 , 978-1337109048

More Books

Students also viewed these Databases questions

Question

Evaluate and simplify the following derivatives. d dx -(x Inx)

Answered: 1 week ago

Question

When might you use a delete query?

Answered: 1 week ago