Skip to content

Commit 6ca34c1

Browse files
Add files via upload
1 parent 56b5ec4 commit 6ca34c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Write your MySQL query statement below
2+
select t1.FirstName, t1.LastName, t2.City, t2.State
3+
from Person t1
4+
left outer join Address t2
5+
on t1.PersonId = t2.PersonId;

0 commit comments

Comments
 (0)