Answered step by step
Verified Expert Solution
Question
1 Approved Answer
6 . Create a query to calculate the average age and count for all groupings of GENDER and RACE. For theCreate a query to calculate
Create a query to calculate the average age and count for all groupings of GENDER and RACE. For theCreate a query to calculate the average age and count for all groupings of GENDER and RACE. For the case where the a null entry means null, replace that with 'all'. Put the result in order of GENDER, RACE.
The beginning of your result should look like the following.
tableGENDERRACE,AVERAGEAGE,COUNTallall,allwhite,allBlack,allIndian,allMulatto,allWhite,allFemaleall,Femalewhite,FemaleBlack,
case where the a null entry means null, replace that with 'all'. Put the result in order of GENDER, RACE.
The beginning of your result should look like the following.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started