READ Free Dumps For Oracle- 1z1-051
Question ID 4779 | Evaluate the following SQL statements: |
Option A | A. ORDER BY CUST_NO |
Option B | B. ORDER BY "CUST_NO" |
Option C | C. ORDER BY 2.cust_id |
Option D | D. ORDER BY "Last Name" |
Option E | E. ORDER BY 2,1 |
Correct Answer | C,D,E |
Question ID 4780 | Examine the structure of the MARKS table: |
Option A | A. SELECT SUM (DISTINCT NVL(subject1,0)),MAX(subject1) FROM marks |
Option B | B. SELECT SUM (subject1+subject2+subject3) FROM marks |
Option C | C. SELECT student_name,SUM(subject1) FROM marks |
Option D | D. SELECT student_name,subject1 FROM marks |
Correct Answer | A,B |