Right outer join
This example shows the data set that is output if you perform a right outer join on the Price key column.
Here is the data set that is output if you perform a right outer join on the Price key column
| Status | Price | ID |
|---|---|---|
| 113 | NI6325 | |
| sold | 125 | BR9658 |
| 285 | CZ2538 | |
| 628 | RU5713 | |
| 668 | SA5680 | |
| Offered | 777 | JA1081 |
| Offered | 908 | DE1911 |
| Offered | 908 | FR2081 |
| Pending | 908 | DE1911 |
| Pending | 908 | FR2081 |