Three table join with joins other than INNER JOIN

后端 未结 8 1746
无人共我
无人共我 2020-12-09 00:40

I am learning SQL and am trying to learn JOINs this week.

I have gotten to the level where I can do three table joins, similar to a lot of examples I\'ve seen. I\'

8条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-09 01:29

    This really depends on what you are doing. I've written many 3+ table queries that will have an outer join in them. It just depends on the data you are querying and what you are trying to follow.

    The same general logic applies when selecting the join type when you have multiples as with single join queries.

提交回复
热议问题