as the title states, Let's say i have three tables: person
, autos
, numbers
.
Created
First table
with: INNER JOIN
of person
and autos
Second Table
with: INNER JOIN
of autos
and numbers
Question: Is it possible to INNER JOIN
first
and second
table
?