Search
⌘K

Leetcode 1378. Replace Employee ID With The Unique Identifier

Given two tables mapping employee id→name and id→unique_id, produce a list of all employees showing their unique_id (or NULL if no mapping exists); this is essentially a left/outer join on id.


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.