MCQs > IT & Programming > MySQL > The STUDENT_GRADES table has these columns: STUDENT_ID INT SEMESTER_END DATE GPA FLOAT Which of the following statements finds the highest Grade Point Average (GPA) per semester?

MySQL MCQs

The STUDENT_GRADES table has these columns:
STUDENT_ID INT
SEMESTER_END DATE
GPA FLOAT
Which of the following statements finds the highest Grade Point Average (GPA) per semester?

Answer

Correct Answer: SELECT MAX(GPA) FROM STUDENT_GRADES GROUP BY SEMESTER_END

Explanation:

Note: This Question is unanswered, help us to find answer for this one

MySQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

MySQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it