From c255fcc70031b50b59653cd9655c00161f315e0f Mon Sep 17 00:00:00 2001 From: kanishkgautam4 <36931972+kanishkgautam4@users.noreply.github.com> Date: Mon, 5 Nov 2018 02:46:49 +0530 Subject: [PATCH] Update index.md (#21802) * Update index.md * removed unnecessary dash --- guide/english/sql/sql-inner-join-keyword/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/sql/sql-inner-join-keyword/index.md b/guide/english/sql/sql-inner-join-keyword/index.md index 20613e4589..5e66a5714d 100644 --- a/guide/english/sql/sql-inner-join-keyword/index.md +++ b/guide/english/sql/sql-inner-join-keyword/index.md @@ -5,7 +5,7 @@ title: SQL Inner Join Keyword ## SQL Inner Join Keyword ### Example of use -For this guide we'll discuss the SQL (INNER) Joins +For this guide we'll discuss the SQL (INNER) Joins. ### Join (same as Inner Join) The student table will be in the FROM clause so it will be a starting or LEFT table.