Sign up
Sign in
Intro-to-SQL
/
SQL-Foundations-I-Module-3
/
u
/
Vbecu1
/
Post #3
Victoria Becu
Write an INNER JOIN query, with USING and ON
(missing third query) SELECT * FROM credits INNER JOIN people USING (peopleid) ORDER BY peopleid;
December 17, 2016 at 8:37 PM
Last updated about 8 years ago
Visible to public
Pastebin
SELECT * FROM credits INNER JOIN people USING (peopleid) ORDER BY peopleid; - Pastebin.com
×
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