Its true.
outer join always ensure that, unmatched rows also include in the result with NULL on other side depend upon outer join. But Natural join doesn’t.
Some times outer join may produces the result same as Natural join.
By these two, we can conclude that given statement is correct.