Pregunta de entrevista de KPMG

How do you know if data exists in one table and not in another.

Respuesta de la entrevista

Anónimo

16 jul 2019

I’m not sure what you mean. Do you want me to tell you how I would code it? Select * from tableA left join tableB on a.id =b.id where b.id is null.