Skip to content

Commit cd7238c

Browse files
committed
finish Replace Employee With The Unique Identifier
1 parent a823939 commit cd7238c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
select b.unique_id, a.name from Employees as a
2+
left join EmployeeUNI as b on a.id = b.id;

0 commit comments

Comments
 (0)