From 85b42e5f374118a37935c034841625fa8327f6f9 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Thu, 29 Jul 2021 08:06:20 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6984ef..a3bac63 100644 --- a/README.md +++ b/README.md @@ -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...