开发者

How many join have in SQL?

开发者 https://www.devze.com 2023-02-07 04:05 出处:网络
I am using i开发者_开发问答nner join, left outer join, right outer join and full join in SQL. is there have any other type of join in SQL?There are various types of \"joins\" but some of them are the

I am using i开发者_开发问答nner join, left outer join, right outer join and full join in SQL. is there have any other type of join in SQL?


There are various types of "joins" but some of them are the same type with just different names. http://en.wikipedia.org/wiki/Join_%28SQL%29


There is also the cross join and self join.

The wikipedia article on joins is quite good.

0

精彩评论

暂无评论...
验证码 换一张
取 消