From e8a584198bc490f467e56d857452e80b92f6eecc Mon Sep 17 00:00:00 2001 From: Chris Bromley Date: Mon, 12 Jun 2023 21:18:55 +0100 Subject: [PATCH] #93 removed trailing space --- guides/technical-guides/sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/technical-guides/sql.md b/guides/technical-guides/sql.md index 5d5d700..83d2c4e 100644 --- a/guides/technical-guides/sql.md +++ b/guides/technical-guides/sql.md @@ -26,7 +26,7 @@ including: In SQL, a join is a clause used to combine data from two or more tables. There are four main types of joins: inner join, outer join, cross join, and self join. -### Inner join +### Inner join An inner join is the most common type of join. It returns all rows from the left table that have matching rows in the right table. The matching rows are