employer cover photo
employer logo

Question d’entretien chez Aetna

Q: In SQL, what is the difference between a union, join and append?

Réponse à la question d'entretien

Utilisateur anonyme

1 nov. 2017

A union creates a larger horizontal data set that may have no connection, a join relates two tables that are semantically connected by an index, an append simply adds the contents of one table to the end of another table.