I'm somewhat confused with how to do query expressions. Would for both of these, would I use 'AND' or 'OR' in the query expression to combine them? Thanks!
You need to "AND' otherwise it will allow those who only qualify with one of those in your selection.
What data do you have? In case you have fields with counts per ethnic group, you will have to determine the percentage (Americans / sum of all ethnic group > 0.2) sand test against it, and as stated by Megan use the AND operator to filter on income.
Very true indeed. Good catch!