Domanda di colloquio di Advisory Board

write a query to find data which is not available in second table?

Risposta di colloquio

Anonimo

6 giu 2015

select * from emp where emp_id not in (select emp_id from attendence where att_date =(TO_DATE(.....)))