Definition:
- Breaking data into multiple tables enables more efficient storage, easier manipulation, and greater scalability
- mechanism used to associate, or join, tables within a SELECT statement.
- You can join multiple tables so that a single set of output is returned and the join associates the correct rows in each table on the fly.
- A table reference is also known as a join expression.
- JOIN clause returns a table referrence
Synopis: