fetch

Using SQL to Select Records from Multiple Tables

0:00
↔️ ↕️

Timecodes:

hello we are going to continue looking

at sql now actually continuing with sql

select a particular query with an sql

looking at how you apply it to

two tables and actually this idea

extends across more than two tables but

i'm only going to show two tables in

this video with two examples so just a

quick recollection because it is

important for this

concept there are two really important

terms in database theory

you've got primary keys and you've got

foreign keys both are fields both for

columns in tables but we are a little

bit different a primary key uniquely

identifies a record

it must be unique for every row in your

table

often something like id but not always a

foreign key


Related queries:


how to retrieve data from multiple table in mysql
how to fetch data from two tables in mysql using php
how to select data from multiple tables in mysql
how to get data from multiple tables in mysql
how to fetch data from two tables in mysql
how to fetch data from two tables in mysql without join
how to retrieve data from multiple tables in mysql using jsp
how to fetch data from two tables in mysql with join
how to select data from two tables in mysql