Oracle
1Z0-061 · Question #133
The STUDENT_GRADES table has these columns: Which statement finds students who have a grade point average (GPA) greater than 3.0 for the calendar year 2001?
The correct answer is C. SELECT student_id, gpa. See the full explanation below for the reasoning.
Question
The STUDENT_GRADES table has these columns:
Which statement finds students who have a grade point average (GPA) greater than 3.0 for the calendar year 2001?
Options
- ASELECT student_id, gpa
- BSELECT student_id, gpa
- CSELECT student_id, gpa
- DSELECT student_id, gpa
- ESELECT student_id, gpa
How the community answered
(26 responses)- A12% (3)
- C81% (21)
- D4% (1)
- E4% (1)
Community Discussion
No community discussion yet for this question.