SQL outer join
SELECT *
FROM IS_CALLED NATURAL LEFT JOIN IS_ENROLLED_ON
Note that adding LEFT to an invocation of CROSS JOIN has no effect unless the right-hand operand table is empty. As outer joins in general denote tables that are not counterparts of relations.