Lesson 7 Flashcards
1
Q
Table Relationships
A
Linked or related through the FK and the PK.
2
Q
Join
A
Clause used to combine rows from two or more tables, based on a related column between the tables.
3
Q
Inner Join
A
Keyword that selects rows that have matching values in both tables.
4
Q
One-to-one Relationship
A
Row and table 1 can relate to one row in table 2.
5
Q
One-to-many Relationship
A
Row in table 1 can relate to many rows and table 2.