试题详情
- 单项选择题 The STUDENT_GRADES table has these columns: STUDENT_ID NUMBER(12) SEMESTER_END DATE GPA NUMBER(4,3) The register has requested a report listing the students' grade point averages (GPA), sorted from highest grade point average to lowest within each semester, starting from the earliest date. Which statement accomplishes this?()
A、SELECT student_id, semester_end, gpa FROM student_grades ORDER BY semester_end DESC, gpa DESC;
B、SELECT student_id, semester_end, gpa FROM student_grades ORDER BY semester _end, ASC,gpa ASC;
C、SELECT student_id, semester_end, gpa FROM student_grades ORDER BY semester _end, gpa DESC;
D、SELECT student_id, semester_end, gpa FROM student_grades ORDER BY gpa DESC,semester_end DESC;
E、SELECT student_id, semester_end, gpa FROM student_grades
关注下方微信公众号,在线模考后查看

热门试题
- What does the TRUNCA
- Which two tasks can
- TheCUSTOMERStablehas
- Which three are true
- Which SQL statement
- Examinethestructureo
- Which two statements
- Which clause should
- Which operator can b
- Examine the structu
- Which SQL statement
- Which three are DATE
- When should you crea
- Mary has a view cal
- Which three are true
- Which are /SQL*Plus
- Which four statement
- Which substitution v
- The CUSTOMERS table
- Examine the structu