Here’s what I have:
I have a table called Area that is self referential. If the column ParentAreaID is null it means it’s a parent area. If it has a value, it means that it has a parents.

How can I show a table with ID, Name and NAME (of the parents using the self referential ID)?
You want to use connect by: http://psoug.org/reference/connectby.html