mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-04-30 22:13:56 +07:00
Update README.md
This commit is contained in:
@@ -577,7 +577,9 @@ There are different types of joins available in SQL −
|
|||||||
matching_column: Column common to both the tables.
|
matching_column: Column common to both the tables.
|
||||||
|
|
||||||
|
|
||||||
## 5)
|
## 5) SELF JOIN
|
||||||
|
|
||||||
|
|
||||||
## 6) CARTESIAN JOIN
|
## 6) CARTESIAN JOIN
|
||||||
|
|
||||||
SELECT table1.column1 , table1.column2, table2.column1...
|
SELECT table1.column1 , table1.column2, table2.column1...
|
||||||
|
|||||||
Reference in New Issue
Block a user