A Query allows you to ask questions of the database. |
For example, you might ask 'Which Census Tracts have the highest population?' A query takes 4 steps:
|
 |
Select a geographic level for your query, such as Census Tract |
 |
Select the data field that you are interested in, such as Population |
 |
Enter a value for comparison. If you want to see all Census Tracts with Population greater than 10,000 enter 10,000 as the comparison value. |
 |
Optional step: select data fields you wish to display for the areas that meet your criteria. For Example, you may want to see income or demographic data for the matching Census Tracts. |
You are now on Step 1: select a geographic level |