Last week we focused on Individual Tables to help you develop an understanding of how SQL works
Transactions
Customer
Product
Transaction
Employee
By to truly use the power of a Relational Database we must take advantage of these relations by linking tables together based on the relationships
While there are many different ways we will want to link our data, all of you will at some point have to deal with Transactions, so it make sense to use them as our example
The process of linking tables together is called “Joining”