logo
logo
Sign in

Know About Different of SQL Joins Types

avatar
Amir

SQL Joins are used to fetch/retrieve data from two or more data tables, based on a join condition. A join condition is a relationship among some columns in the data tables that take part in SQL join. Basically, database tables are related to each other with keys. We use this keys relationship in SQL Joins.

SQL Joins Types:

1.Inner Join
2.Outer Join
3.Cross Join
4.Self Join

collect
0
avatar
Amir
guide
Zupyak is the world’s largest content marketing community, with over 400 000 members and 3 million articles. Explore and get your content discovered.
Read more