Database System Concepts, Avi Silberschatz, Henry F. Korth, S. Sudarshan, 2019 (McGraw-Hill) - A foundational textbook for database systems, covering relational algebra, SQL, and database normalization, which are essential for understanding data structuring.
The Data Warehouse Toolkit: The Definitive Guide to Dimensional Modeling, Ralph Kimball, Margy Ross, 2013 (John Wiley & Sons) - A definitive guide to data warehousing, providing context for data transformation techniques like joining and splitting within ETL processes and dimensional modeling.
7.2. Joins Between Tables, PostgreSQL Global Development Group, 2025 (PostgreSQL Global Development Group) - Official documentation explaining various SQL join types with practical syntax and examples, directly relevant to combining data.
Learning SQL, Alan Beaulieu, 2020 (O'Reilly Media) - A practical book for learning SQL, covering join operations and database design principles, useful for hands-on application of data structuring.