Sign up
Sign in
Intro-to-SQL
/
SQL-Foundations-I-Module-3
/
u
/
mpurnell1
/
Post #11
Matt Purnell
Write three queries using different SET operators
Tweaked query 2 to return any year somebody was born or died
December 6, 2017 at 7:48 PM
Visible to public
SELECT born FROM people INTERSECT SELECT died FROM people ORDER BY died desc;
×
Insert an image
Image URL
Upload an image
Use
PostImage.org
to upload the image
Copy the
Direct Link
to your clipboard and paste it into the box above
Heading
Section
New version available
Refresh
Dismiss