Skip to content

Commit b76c1e7

Browse files
authored
Create 1378-replace-employee-id-with-the-unique-identifier.sql
1 parent d4d82a6 commit b76c1e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Write your MySQL query statement below
2+
SELECT unique_id, name
3+
FROM Employees
4+
LEFT JOIN EmployeeUNI
5+
USING (id);

0 commit comments

Comments
 (0)