DEV Community

Discussion on: SQL: Outer Joins

Collapse
 
blackr1234 profile image
blackr1234 • Edited

Great article. However, in the full outer join example, you should give a better description of what a full outer join will do in the context of your vet example.

Let's say we want to know which doctor checked our pets, and the date they were seen.

I would not use full outer join but a left join instead.

Collapse
 
wendisha profile image
Wendy Calderon

Thank you for your feedback! :)
This specific example could have better wording, or description as you mentioned. I will revise it tomorrow and edit accordingly.