https://leetcode.com/problems/replace-employee-id-with-the-unique-identifier/
MySQL, Oracle
SELECT b.unique_id as unique_id, a.name FROM Employees a LEFT JOIN EmployeeUNI b ON a.id = b.id
어렵지는 않은 문제