Pregunta de entrevista de Sigma Computing

how to perform a join on tables.

Respuesta de la entrevista

Anónimo

6 mar 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.