Notebook --- title: "Join" teaching: 3000 exercises: 0 questions: - "How do we use `JOIN` to combine information from multiple tables?" objectives: - "Upload a table to the Gaia server." - "Write ADQL queries involving `JOIN` operations." keypoints: - "Use `JOIN` operations to combine data from multiple tables in a databased, using some kind of identifier to match up records from one table with records from another." - "This is another example of a practice we saw in the previous notebook, moving the computation to the data." --- {% include links.md %}