How can we help?
  • Danielt created a post,

    Challenge: FriendBook

    Answered

    Here's some help for this challenge, it is a little bit tricky.  SELECT a.fullname, b.fullname FROM friendsJOIN persons aON friends.person1_id = a.idJOIN persons bON friends.person2_id = b.id; but ...

  • Danielt commented,

    SELECT movies.title, sequel.title as sequel_titleFROM moviesLEFT OUTER JOIN movies sequelON movies.sequel_id = sequel.id;

  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2