Table Relationships
Learn about the different types of relationships that can exist between tables.
We'll cover the following...
A relationship is when one column of one table references another column in a different table. For example, we can have a table called Orders
that contains a column ItemId
that references the Id
column of the Items
table.
Access this course and 1400+ top-rated courses and projects.