Skip to content

Commit 65e0dc9

Browse files
Update joins.md
1 parent a680ac7 commit 65e0dc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/sql/concepts/joins/joins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ FROM shirts
5353
CROSS JOIN pants;
5454
```
5555

56-
For example, if we have a `shirts` table:
56+
For example, here's the `shirts` table:
5757

5858
| shirt_color |
5959
| ----------- |
6060
| 'white' |
6161
| 'grey' |
6262

63-
And a `pants` table:
63+
And the `pants` table:
6464

6565
| pants_color |
6666
| ----------- |

0 commit comments

Comments
 (0)