Untitled

 avatar
unknown
plain_text
2 years ago
130 B
3
Indexable
SELECT 
p.first_name, 
p.last_name, 
e.instituition
FROM people as p
LEFT OUTER JOIN education as e on e.id = p.id 



Editor is loading...