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