Skip to content

Commit 313f3e4

Browse files
update 175
1 parent e53deab commit 313f3e4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

database/_175.sql

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
select Person.FirstName,
2-
Person.LastName,
3-
Address.City,
4-
Address.State
5-
from Person
6-
left join Address on Person.PersonId = Address.PersonId;
1+
# Write your MySQL query statement below
2+
select p.firstName, p.lastName, a.city, a.state
3+
from Person as p left join Address as a on p.personId = a.personId

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy