What is a self join?
Self join is just like any other join, except that two instances of the same table will be joined in the query.
What is a self join?
Self join is just like any other join, except that two instances of the same table will be joined in the query.