Please enable JavaScript.
Coggle requires JavaScript to display documents.
Ch. 9 - Data Integration (Joins (Combines two datasets with shared…
Ch. 9 - Data Integration
Joins
-
Ex. Row of customer info (ID, name, etc.) + login info (ID, visit time, etc.)
-
Unions
-
-
Ex. Company with multiple customers and records in separate databases can use union to create one table with all info
-
-
-
-