Multiple Choice
Based on the table description and SQL shown, which query lists the states in the Students table and displays the number of students from each state? Students (StudentID, FirstName, LastName, Street, City, State, PostalCode)
A) SELECT State, COUNT(*) AS CountOfState FROM Students ORDER BY State;
B) SELECT State, COUNT(*) AS CountOfState FROM Students HAVING State;
C) SELECT State, COUNT(*) AS CountOfState FROM Students;
D) SELECT State, COUNT(*) AS CountOfState FROM Students GROUP BY State;
Correct Answer:

Verified
Correct Answer:
Verified
Q11: Based on the table description and SQL
Q12: Which of the following is currently considered
Q13: In a query that uses an aggregate
Q14: In Access SQL, which operator could you
Q15: Based on the table description and SQL
Q17: What SQL keyword do you use in
Q18: Which SQL commands do you use to
Q19: What SQL command do you use to
Q20: List five Access data types and their
Q21: Which SQL keyword can you use to