Search
⌘K

Leetcode 2394. Employees With Deductions

Given employee salary records and a table of deductions, aggregate deductions per employee (using joins/group-by) to compute each employee's adjusted salary and return the employees whose deductions cause a change (e.g., have any deductions or whose final salary differs from the original).


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.