Intro to Table Relations in SQL: Software Engineering Full time 13 Phase 3 Hybrid

Close

Learning Goals


Key Vocab


Introduction

The majority of databases you'll work with as a developer will have more than one table, and those tables will be connected together in various ways to form table relationships.

In this section we'll cover:

Over the next several lessons, we'll discuss having multiple tables in a database, how to define relationships between different tables, and explain the different types of table relationships that can exist.


Resources