Question d’entretien chez eClerx

what is Join in SQL?

Réponse à la question d'entretien

Utilisateur anonyme

26 mars 2022

A SQL Join statement is used to combine data or rows from two or more tables based on a common field between them. Different types of Joins are: INNER JOIN LEFT JOIN RIGHT JOIN FULL JOIN