As we all know about LEFT, RIGHT JOIN and other JOIN in SQL to join different table as per condition into one.
But my Question is that why we need LEFT or RIGHT JOIN as we can get the same output by using one of that?
Why not use only LEFT or RIGHT JOIN to get an appropriate answer.