subject

Microsoft access 2013
querying the electronics database
part-2
total points = 100
purpose: to demonstrate the ability to create and use queries.
problem: query an electronics shop database in a variety of different ways.

instructions: create a fresh getitnow electronics database. execute the following tasks using queries, and print the results.
1. open the getitnow electronics database and, using the sales rep table, create a new query for each of the following tasks.
2. display and print all fields for all the records in the sales rep table. save the query as lab test step 2.
3. display and print the sales rep id, outlet id, and quota for all records in the sales rep table. save the query as lab test step 3.
4. display and print the sales rep id, outlet id, and quota for all sales reps with a gender of m. save the query as lab test step 4.
5. display and print the sales rep id, full name, age, and hire date for all sales reps with a hire date after june 1, 2005. save the query as lab test step 5.
6. display and print the sales rep id, full name, outlet id, quota, and ytd sales for all sales reps with a quota of more than $2,000,000 and outlet id of gine 17. save the query as lab test step 6.
7. display and print the sales rep id, full name, outlet id, and ytd sales for all sales reps with a sales rep id that begins with 6. save the query as lab test step 7.
8. display and print the sales rep id, full name, hire date, and quota for all sales reps with a hire date before july 2, 2004 or a quota of less than $2,500,000. save the query as lab test step 8.
9. display and print the sales rep id, full name, outlet id, and ytd sales for the top 4 sales reps with ytd sales greater than $1,500,000 and less than $3,000,000. (hint: enter a criteria of "> 15 and < 3" for ytd sales.) save the query as lab test step 9.
10. display and print the sales rep id, outlet id, full name, and hire date of all records in the sales rep table sorted in ascending sequence by full name. using a parameter, ask the user to "enter outlet id", and use it to limit the records to just those which match the parameter. save the query as lab test step 10.
11. using all the fields, display and print all the records in the sales reps table sorted in descending sequence by full name within outlet id. make outlet id the first field in the query. save the query as lab test step 11.
12. join the sales rep and outlet tables. using the fields sales rep id, outlet id, full name, address, city, and state, display and print all records. save the query as lab test step 12.
13. restrict the records retrieved in step 12 to only sales reps with a sales rep id beginning with a 1. display and print the results. save the query as lab test step 13.
14. from the sales rep table, display and print the outlet id and quota for the highest quota with an outlet id of gine 26. save the query as lab test step 14.
from the sales rep table, display and print the average ytd sales by outlet id. save the query as lab test step 15.if each sales rep is required to increase their quota by 15%, display and print the sales rep id, outlet id, quota, and new quota for every record in the sales reps table. save the query as lab test step 16.

display and print a crosstab query using outlet id as the row heading, gender as the column heading, and a count of the sales rep id’s as the value. save the query as lab test step 17.

close the getitnow electronics database and quit access.

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 04:30, nickddj12
Kyle, a receptionist for a building supply company, recently won an award for saving his company money on their phone system. after being presented with kyle's research, the company changed the way in which it made long-distance phone calls and cut their expenses in this area by 75 percent. the new system the kyle's company most likely adopted was wired communications switching stations voip hdtv
Answers: 3
image
Computers and Technology, 23.06.2019 12:00, xojade
Which of these is an example of an integrated presentation? a. a table created in powerpoint b. an image pasted into powerpoint c. a caption created in powerpoint d. an excel chart pasted into powerpoint
Answers: 1
image
Computers and Technology, 23.06.2019 15:00, billlyyyyyyyyyy
Visually impaired individuals generally rely on the for navigation. thus, designers need to ensure that mouse-specific inputs, such as pointing, clicking, and hovering, can be done without a mouse.
Answers: 1
image
Computers and Technology, 24.06.2019 09:50, trenrain
Create a string list. 2. use console. readline() to collect values of firstname, lastname, street, city, state, zip, save them to list. 3. write a simple linq statement, call method uppercasewords() to change first letter to uppercase. 4. create a foreach statment to display the information. public static string uppercasewords(string value) { char[] array = value. tochararray(); if (array. length > = 1) { if (char. islower(array[0])) { array[0] = char. toupper(array[0]); } } for (int i = 1; i < array. length; i++) { if (array[i - 1] == ' ') { if (char. islower(array[i])) { array[i] = char. toupper(array[i]); } } } return new string(array);
Answers: 3
You know the right answer?
Microsoft access 2013
querying the electronics database
part-2
total points = 100<...

Questions in other subjects: