Leetcode 1075. Project Employees I
Compute, for each project, the average experience_years of its assigned employees by joining the Project and Employee tables, grouping by project_id, and rounding the result to two decimal places. Use the project-employee relationship (Project.employee_id → Employee.employee_id) to aggregate experience per project.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
0
Hello Interview Premium
Your account is free and you can post anonymously if you choose.