Skip to content

Commit e72ac47

Browse files
committed
1378
1 parent c37cd72 commit e72ac47

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Write your MySQL query statement below
2+
SELECT
3+
EmployeeUNI.unique_id, Employees.name
4+
FROM
5+
Employees
6+
LEFT JOIN
7+
EmployeeUNI
8+
ON
9+
Employees.id = EmployeeUNI.id;

0 commit comments

Comments
 (0)