Question

Using Access: Run a query or multiple queries if needed to report on final exam average...

Using Access:

Run a query or multiple queries if needed to report on final exam average based on the student's age. Give an average for all students 40 and below and an average for all students over 40.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Hi,

You need to perform a UNION of two queries.

SELECT AVG(marksColName)
FROM studentsTableName
WHERE ageColName <= 40

UNION ALL

SELECT AVG(marksColName)
FROM studentsTableName
WHERE ageColName > 40 ;


Replace the column names, table name as per the table schema.

Hope this helps.

Add a comment
Know the answer?
Add Answer to:
Using Access: Run a query or multiple queries if needed to report on final exam average...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Use MS Access software to build tables, as well as write, and execute queries. Submit the...

    Use MS Access software to build tables, as well as write, and execute queries. Submit the database and screenshots of all tables and queries. Step by step snapshots included. Don't want queries. Just process of creating this data step by step in Access. Create your own data. Ensure the data will test all criteria and prove all sorts worked as required. Be sure that all tables and queries have descriptive names. “Query 1” and “Step 1” are examples of poor...

  • Please access to TUN SQL/Assistant using the default database = db_pvfc12_std 1.- Run a query to...

    Please access to TUN SQL/Assistant using the default database = db_pvfc12_std 1.- Run a query to retrieve all the data field from db_pvfc12_std in table CUSTOMER_T 2.- Run a query to retrieve record --> CustomerID = 11, How many records did you get and why? 3.- Run a query to retrieve all the data field from table Order_T               Once retrieved:                              3.1.- Please name the fields showing: Primary Key, Foreign Key and other fields                              3.2.- What type of...

  • professor decides to run an experiment to measure the effect of time pressure on final exam scores. He gives each of th...

    professor decides to run an experiment to measure the effect of time pressure on final exam scores. He gives each of the 400 students in her course the same final exam, but some students have 90 minutes to complete the exam, while others have 120 minutes. Each student is randomly assigned one of the examination times, based on the flip of a coin. Let Y; denote the number of points scored on the exam by the ith student (0 <Y;...

  • The average final exam score for the statistics course is 76%. A professor wants to see...

    The average final exam score for the statistics course is 76%. A professor wants to see if the average final exam score for students who are given colored pens on the first day of class is different. The final exam scores for the 13 randomly selected students who were given the colored pens are shown below. Assume that the distribution of the population is normal. 74, 88, 68,95, 84, 83, 70, 97, 66, 82, 67, 67, 86 What can be...

  • The average final exam score for the statistics course is 75%. A professor wants to see...

    The average final exam score for the statistics course is 75%. A professor wants to see if the average final exam score for students who are given colored pens on the first day of class is higher. The final exam scores for the 16 randomly selected students who were given the colored pens are shown below. Assume that the distribution of the population is normal. 82, 73, 89, 67, 89, 74, 98, 68, 73, 65, 97, 77, 74, 76, 73,...

  • The average final exam score for the statistics course is 77%. A professor wants to see...

    The average final exam score for the statistics course is 77%. A professor wants to see if the average final exam score for students who are given colored pens on the first day of class is lower. The final exam scores for the 12 randomly selected students who were given the colored pens are shown below. Assume that the distribution of the population is normal. 79.65, 57. 72. 84. 54,60,69.69.85,58,79 What can be concluded at the the a = 0.05...

  • The average final exam score for the statistics course is 82%. A professor wants to see...

    The average final exam score for the statistics course is 82%. A professor wants to see if the average final exam score for students who are given colored pens on the first day of class is higher. The final exam scores for the 13 randomly selected students who were given the colored pens are shown below. Assume that the distribution of the population is normal. 89, 96, 70, 93, 95, 89, 100, 93, 71, 80, 91, 100, 75 What can...

  • A multiple regression model is to be constructed to predict the final exam score of a university ...

    A multiple regression model is to be constructed to predict the final exam score of a university student doing a particular course based upon their mid-term exam score, the average number of hours spent studying per week and the average number of hours spent watching television per week. Data has been collected on 30 randomly selected individuals: show data a) Find the multiple regression equation using all three explanatory variables. Assume that xi is mid-term score, x2 is hours studying...

  • The average final exam score for the statistics course is 74%. A professor wants to see...

    The average final exam score for the statistics course is 74%. A professor wants to see if the average final exam score for students who are given colored pens on the first day of class is different. The final exam scores for the 16 randomly selected students who were given the colored pens are shown below. Assume that the distribution of the population is normal. 95, 87, 86, 87, 72, 69, 70, 99, 78, 78, 91, 69, 72, 73, 61,...

  • The average final exam score for the statistics course is 75%. A professor wants to see...

    The average final exam score for the statistics course is 75%. A professor wants to see if the average final exam score for students who are given colored pens on the first day of class is lower. The final exam scores for the 15 randomly selected students who were given the colored pens are shown below. Assume that the distribution of the population is normal. 63, 81, 82, 65, 75, 49. 86, 75, 56, 62, 72, 83, 81, 66, 48...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT