Oracle Related Exams
1z0-071 Exam

Examine the description of the EMPLOYEES table:
You write this failing statement:
SELECT dept_no AS department_id, MAX (salary) As max_sal
FROM employees
WHERE salary >10000
GROUP BY department_id
ORDER BY max_sal;
Which clause causes the error?
Examine the description of the CUSTOMERS table:
Which three statements will do an implicit conversion?
SELECT *
FROM bricks,colors;
Which two statements are true?