Pergunta de entrevista da empresa Google

Difference between the joins like outer join and inner join?

Resposta da entrevista

Sigiloso

13 de out. de 2021

You can specify how you want the data from tables to be joined in many ways, one of which is the type of join. ... The major difference between inner and outer joins is that inner joins result in the intersection of two tables, whereas outer joins result in the union of two tables.