Saved Bookmarks
| 1. |
Explain a join between tables |
|
Answer» A join allows tables to be linked to other tables when a relationship between the tables exists. The relationships are established by using a common column in the tables and often uses the primary/foreign key relationship. |
|