试题详情
- 单项选择题 The STUDENT_GRADES table has these columns STUDENT_ID NUMBER(12) SEMESTER_END DATE GPA NUMBER(4,3) Which statement finds students who have a grade point average (GPA) greater than 3.0 for the calendar year 2001?()
A、SELECT student_id, gpa FROM student_grades WHERE semester_end BETWEEN '01-JAN-2001' AND '31-DEC-2001' OR gpa > 3.;
B、SELECT student_id, gpa FROM student_grades WHERE semester_end BETWEEN '01-JAN-2001' AND '31-DEC-2001' AND gpa gt 3.0;
C、SELECT student_id, gpa FROM student_grades WHERE semester_end BETWEEN '01-JAN-2001' AND '31-DEC-2001' AND gpa > 3.0;
D、SELECT student_id, gpa FROM student_grades WHERE semester_end > '01-JAN-2001' OR semester_end < '31-DEC-2001' AND gpa >=s 3.0;
关注下方微信公众号,在线模考后查看

热门试题
- Examine the structu
- Which data dictionar
- Evaluate these two S
- User Mary has a view
- What is true of usin
- Examine the structu
- Examine the descrip
- In which case would
- Which two statements
- Which three are DATE
- Which two are true a
- ExaminethedataintheE
- Which constraint can
- Examine the structu
- Which are DML statem
- The CUSTOMERS table
- You need to create a
- The database adminis
- Examine the SQL sta
- What is true of usin