试题详情
- 单项选择题 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;
关注下方微信公众号,在线模考后查看

热门试题
- The PRODUCTS table
- What are two reasons
- You need to perform
- What is true about t
- Which two statements
- You need to create
- TheEMPtablecontainst
- The database adminis
- Which /SQL*Plus feat
- You are the DBA for
- ClicktheExhibitbutto
- Which three are true
- Which SELECT stateme
- Which syntax turns a
- The CUSTOMERS table
- Examine the descrip
- Which operator can b
- Which is an /SQL*Plu
- Which two statements
- Which two statements