Back to Glossary Index
Dagster Data Engineering Glossary:
Cross-Join
A SQL join that returns the Cartesian product of the joined tables, meaning every row of the first table is combined with every row of the second table.
Dagster Data Engineering Glossary:
A SQL join that returns the Cartesian product of the joined tables, meaning every row of the first table is combined with every row of the second table.