试题详情
- 单项选择题 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 are granted the
- You define a multipl
- Which three statemen
- You need to display
- Which operator can b
- EvaluatethisSQLstate
- A subquery can be us
- Which two are charac
- The EMPLOYEES table
- What is true about s
- Which SQL statement
- What is true about s
- Which SQL statement
- Examine the structu
- ExaminethedataintheE
- Examine the structu
- Which two statements
- Which view should a
- Which is an iSQL*Plu
- The EMPLOYEES table