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
3.30 Rating (150 Votes )
There are 3 Steps involved in it
a Why will the above SQL statement return an error in Oracle Live SQL The stateme... View full answer
Get step-by-step solutions from verified subject matter experts
