Question: 3. (10 points) Consider the following SQL statement: SELECT last_name, department_id, AVG(salary) FROM hr.employees; a. Why will the above SQL statement return an error in
3. (10 points) Consider the following SQL statement:
SELECT last_name, department_id, AVG(salary)
FROM hr.employees;
a. Why will the above SQL statement return an error in Oracle Live SQL?
b. What can you do to fix it?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
