Pergunta de entrevista da empresa KPMG

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

Resposta da entrevista

Sigiloso

16 de jul. de 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.