Dit wordt meestal opgelost met een NOT EXISTS
vraag:
select e.*
from employees e
where not exists (select *
from works_on wo
where wo.ssn = e.ssn)
Dit wordt meestal opgelost met een NOT EXISTS
vraag:
select e.*
from employees e
where not exists (select *
from works_on wo
where wo.ssn = e.ssn)