Matt Purnell

Write three queries using different SET operators

Query 1 (SQLFiddle doesn't appear to like SET operators so I had to switch to the Konagora sandbox)

  • December 6, 2017 at 5:34 PM
  • Visible to public
SELECT title FROM movies
UNION
SELECT title FROM alt_titles
ORDER BY title;