Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Generate database queries to answer these questions. Create a query to get a listing of the name, commission rate, and hire date of all salespersons

  1. Generate database queries to answer these questions.

  1. Create a query to get a listing of the name, commission rate, and hire date of all salespersons who sell to commercial customers. Sort the result in order from the first hired to the most recently hired salesperson. Save the query as Query 1 - Hire Date. (10 Points)

Name

Hire date

Commission Rate

Customer category

  1. Create a query to get a listing of the names and commission rates of all salespersons in the eastern region or western regions sorted alphabetically. Save the query as Query 2 Eastern & Western Salespersons. (10 points)

Name

Commission rate

Region

  1. Prepare a list showing the number of salespersons receiving each commission rate and total sales in that rate. Save query as Query 3 Number of Salespersons by Commission Rate. Use the field property option to set the captions and percents as follows. Print the results. (10 points)

Commission rate

Total Sales

1%

2%

3%

4%

5%

6%

  1. Create a query to calculate the Commission Pay for each salesperson. (Commission Pay = Sales Amount * Commission rate). Include Emp_Name and Commission Pay in the query. Save Query as Query 3 Commission Payment and print the results. (10 points)

Emp Name

Commission Payment

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

Real Time Database And Information Systems Research Advances

Authors: Azer Bestavros ,Victor Fay-Wolfe

1st Edition

1461377803, 978-1461377801

More Books

Students also viewed these Databases questions