How to compare two tables that share the same structure, to identify data differences between the two tables: missing rows, extra rows, or mismatch in attribute values.
Joins
A join is a way of combining columns from one on more tables, using a condition that links the tables.