试题详情
- 单项选择题 The STUDENT_GRADES table has these columns: STUDENT_ID NUMBER(12) SEMESTER_END DATE GPA NUMBER(4,3) Which statement finds the highest grade point average (GPA) per semester?()
A、SELECT MAX (gpa) FROM student _ grades WHERE gpa IS NOT NULL;
B、SELECT (gpa) FROM student _ grades GROUP BY semester_end WHERE gpa IS NOT NULL;
C、SELECT MAX (gpa) FROM student _ grades WHERE gpa IS NOT NULL GROUP BY semester_end;
D、SELECT MAX (gpa) GROUP BY semester_end WHERE gpa IS NOT NULL FROM student _ grades;
E、SELECT MAX (gpa) FROM student _ grades GROUP BY semester_end WHERE gpa IS NOT NULL;
关注下方微信公众号,在线模考后查看

热门试题
- You need to display
- Which SQL statement
- Which are iSQL*Plus
- Mary has a view call
- TheEMPLOYEEStablecon
- Which two statements
- Which SQL statement
- You own a table cal
- You need to create
- Which object privile
- Examine the descrip
- Which SQL statement
- The STUDENT_GRADES
- Which one is a syste
- Which two statements
- What is true about t
- Which statement crea
- Which two statements
- The EMPLOYEES table
- TheEMPLOYEEStablehas