What are the different types of joins in oracle SQL?

 What are the different types of joins in oracle Sql?


Oracle support various types of joins which are given as follows:







Inner Join or Simple Join

Outer Join

  • Left Outer Join or Left Join

  • Right Outer Join or Right Join

  • Full Outer Join or Full Join

Cross Join or Cross Apply or Cartesian product

Self-Join

Natural Join

Equijoins

Non-Equijoins

Antijoins

Semi joins

Hash joins

Nested Loop Joins

Sort Merge Joins





Comments

Popular posts from this blog

Difference between union and union all in oracle sql plsql

Explain oracle pl sql datatypes interview question and answer for fresher and experienced.

Difference between full join and cross join-oracle sql plsql