select *from a t1
left outer join b t2
on a.id = b.id
에서 b테이블에 id가 아무것도 없어도 a는 다 표시 되는거지?
실무에서 on이 여러개 붙어있어서 잠시 inner join 이랑 헷갈려서 농락먹었음..