Using SQL to Select Records from Multiple Tables

Опубликовано: 28 Сентябрь 2024
на канале: MrBrownCS
75,020
892

Following on from my previous video introducing the SELECT query, this video shows how to use primary and foreign keys to connect up related tables when you need to retrieve records from both.

Prerequisite knowledge is:
Databases intro:    • Relational Databases and Key Fields  
SQL SELECT from one table:    • Using SQL to Select Records from One ...