# Table JOINs - Introduction
In this section, we will:
- Interact with databases that have multiple related tables.
- Discuss the different types of relationships tables can have with each other and how these relationships shape the way we retrieve and interpret data.
- Explore the commands used to combine information from different tables, filter it based on specific criteria, and order it to get the results we want.
# Lessons
- SQL - W3 Table JOINs - Introduction
- Next: SQL - W3 Table JOINs - DROP Tables
- SQL - W3 Magic Store Database Overview
- SQL - W3 Table JOINs - One-to-Many Relationships
- SQL - W3 Table JOINs - JOIN Tables with One-to-Many Relationships
- SQL - W3 Table JOINs - Filter and Sort with JOINs
- SQL - W3 One-to-Many JOINs - Practice Assignment