SQL join visualization
📅 05 Feb 2019 🕑 3 min read
The tables structure:
select *
from workers;
---------------
name | type
---------------
select *
from phones;
------------------
name | phone
------------------
The tables structure:
select *
from workers;
---------------
name | type
---------------
select *
from phones;
------------------
name | phone
------------------