OCP CBT Question 534
Please solve the following question.
You need to display each employee's `first_name`, `last_name`, `salary`, and the average salary of their respective department.
EMPLOYEES Table Structure (relevant columns)
Name Null? Type
------------------------------ -------- -------------
EMPLOYEE_ID NOT NULL NUMBER(6)
FIRST_NAME VARCHAR2(20)
LAST_NAME NOT NULL VARCHAR2(25)
SALARY NUMBER(8,2)
DEPARTMENT_ID NUMBER(4)