Exclusive left join을 잘못 설명하신 듯. WHERE profile_id = NULL이 맞는 표현같아요.
An exclusive LEFT OUTER JOIN can be used to check for the presence of data in one table that is absent in another table. To create an exclusive LEFT OUTER JOIN the right query requires an IS NULL filter condition on the joining column.