Coding Made Dizzy
To code, or not to code, that is the question
Friday, September 8, 2017
175. Combine Two Tables
https://leetcode.com/problems/combine-two-tables/description/
select
Person.FirstName, Person.LastName, Address.City, Address.State
from
Person
left join
Address
on
Person.PersonId = Address.PersonId
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment