Product analysts at Apple are reviewing dataset integrity. A "single number" is a number that appeared only once in the table. You need to find the largest one.
Write an SQL query to report the largest single number.
| num(INTEGER) |
|---|
| 8 |
| 8 |
| 3 |
| 3 |
| 1 |
| 4 |
| 5 |
| 6 |
| num(INTEGER) |
|---|
| 6 |