From e4586363fbe3e51b7a4d3a3ad3b717ba5022d0f4 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 31 Dec 2024 04:27:02 +0000 Subject: [PATCH] Add inner join details --- .../chapters/multi-table-queries/lessons/joins-in-queries.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/data/courses/sql-mastery/chapters/multi-table-queries/lessons/joins-in-queries.md b/src/data/courses/sql-mastery/chapters/multi-table-queries/lessons/joins-in-queries.md index 36a67be39..d4379fab2 100644 --- a/src/data/courses/sql-mastery/chapters/multi-table-queries/lessons/joins-in-queries.md +++ b/src/data/courses/sql-mastery/chapters/multi-table-queries/lessons/joins-in-queries.md @@ -448,6 +448,4 @@ The result from this query will be: | Dress 4 | Green | | Dress 4 | Yellow | ---- - -Now that you understand different types of JOINs, you can choose the appropriate one based on your specific needs. In the future lessons, we will look at more complex scenarios involving multiple JOINs. +That's all for this lesson. Make sure to practice the examples and try out different types of JOINs. Future lessons will cover more examples and use cases for JOINs. For now, let's move on to the next lesson about foreign keys.