Can somebody help in understanding what would be the result of the 2 tables when inner join and right outer join is applied
| ID | Column A |
|---|---|
| 1 | A |
| 1 | B |
| 1 | C |
| ID | Column B |
|---|---|
| 1 | D |
| 1 | E |
| 1 | F |
Can somebody help in understanding what would be the result of the 2 tables when inner join and right outer join is applied
| ID | Column A |
|---|---|
| 1 | A |
| 1 | B |
| 1 | C |
| ID | Column B |
|---|---|
| 1 | D |
| 1 | E |
| 1 | F |