I am facing one confusion in FULL OUTER JOIN .
My question is how to achieve FULL OUTER JOIN in MySQL either use UNION or UNION ALL ?
I have gone through several blogs and stackoverflow posts , but some programmers are saying that use UNION or Some are saying use UNION ALL
Please suggest me what is correct.
Thanks any help'd be appreciated.