Pergunta de entrevista da empresa Sigma Computing

how to perform a join on tables.

Resposta da entrevista

Sigiloso

6 de mar. de 2024

perform an inner join and join based " on a.field = b.field" however interviewer didn't know that was possible and used the where clause to join tables which can result in messy filtering.