Online Access Free 1Z0-007 Exam Questions
Exam Code: | 1Z0-007 |
Exam Name: | Introduction to Oracle9i: SQL |
Certification Provider: | Oracle |
Free Question Number: | 110 |
Posted: | Sep 08, 2025 |
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?
Which SQL statement generates the alias Annual Salary for the calculated column SALARY*12?
Evaluate the SQL statement:
SELECT ROUND (TRUNC(MOD(1600,10),-1),2)
FROM dual;
What will be displayed?