Pregunta de entrevista de eWards

sql queries, left joins vs inner joins ,

Respuesta de la entrevista

Anónimo

4 sept 2023

i was told to write a querie based on the informations they provided , while performing left join the result we get include all the table from the left table or first table and the matching records from the right table. whereas in inner join only the common columns in both the table is returned .