EXERCISE TOPIC▼
ACCESS EXERCISES▼
ACCESS EXERCISES▼
Access | Advanced queries exercise | Expressions - error in population density
This exercise is provided to allow potential course delegates to choose the correct Wise Owl Microsoft training course, and may not be reproduced in whole or in part in any format without the prior written consent of Wise Owl.
You can learn how to do this exercise on the relevant Wise Owl classroom training course (sadly for the moment only in the UK).
Software ==> | Access (66 exercises) |
Version ==> | Access 2010 and later |
Topic ==> | Advanced queries (16 exercises) |
Level ==> | Harder than average |
You need a minimum screen resolution of about 700 pixels width to see our exercises. This is because they contain diagrams and tables which would not be viewable easily on a mobile phone or small laptop. Please use a larger tablet, notebook or desktop computer, or change your screen resolution settings.
Open the database in the above folder.
Create a new field called Density which calculates the population density of each country (in a moment we will compare this with the one which is already in the table):

Density is equal to Population/SquareMiles
Save this query as PopulationDensity, then close it down.
Create another query based on the first one which includes a new field showing the error between the PeoplePerSquareMile field report and the Density field that you have calculated:

Use the ABS function to return the absolute value of the error
Sorting as above should revealt that the biggest error reported is for Libya, but that most countries' population densities are correctly calculated.
Save your query as PopulationDensityErrors, then close it and the database down.