Untitled

From Speedy Tortoise, 4 Months ago, written in Plain Text, viewed 67 times.
URL http://codebin.org/view/249a1073 Embed
Download Paste or View Raw
  1. Select m.title
  2. from movie as m
  3. left outer join film_actor as f on m.film_id = f.film_id
  4. left outer join actor as a on f.actor_id =  a.actor_id;

Reply to "Untitled"

Here you can reply to the paste above