select user.name, item.name from user left outer join item on user.id = item.seller.id
user table에 있는 값은 모두 반환, 그리고 matching되는 값이 없는 user는 null값을 가짐
outer keywod is optional
right join은 우측값