Skip to content

Commit ea6ea94

Browse files
authored
fixed image
1 parent 20436da commit ea6ea94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Joins/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ A JOIN used to combine rows from two or more tables, based on a related column b
1212
- **SELF JOIN:** A self join is a unique type of join where a table is joined with itself.
1313
- **CROSS JOIN:** A cross join, also known as a Cartesian join, returns the Cartesian product of the two tables, meaning each row from the first table is combined with each row from the second table.
1414
<br />
15+
1516
![img1](https://miro.medium.com/v2/resize:fit:1400/0*rFMChX4SAmQ9RzF9.png)

0 commit comments

Comments
 (0)