Rajanikant Hawaldar
What is the difference between “INNER JOIN” and “OUTER JOIN”?

What is the difference between “INNER JOIN” and “OUTER JOIN”?

By Rajanikant Hawaldar in SQL on Oct 10 2020
  • Rajeev Kumar
    Mar, 2023 17

    It is used to get matching Data between two or more tables based on “ON” or “WHERE” condition. Only matching rows are returned.

    Outer joins are joins that return matched values and unmatched values from either or both tables

    • 0
  • Ishoo Anyal
    Nov, 2020 12

    Inner Join
    It is used to get matching Data between two or more tables based on “ON” or “WHERE” condition. Only matching rows are returned

    Outer Join
    It is used to get matching data from one table and all data form other.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS