Update README.md

This commit is contained in:
GowthamRaj K
2021-07-29 08:06:20 +05:30
committed by GitHub
parent 788490c4e5
commit 85b42e5f37
+3 -1
View File
@@ -577,7 +577,9 @@ There are different types of joins available in SQL
matching_column: Column common to both the tables.
## 5)
## 5) SELF JOIN
## 6) CARTESIAN JOIN
SELECT table1.column1 , table1.column2, table2.column1...