I have a criteria where I need to make full outer join in MySQL. Here are my conditions:
Condition 1) Consider Table A and I need to join with Table B If rows are present in both tables.
Condition 2) Consider Table A and I need to join with Table B with Null values If the rows are absent in Table B.
I checked a article of Full outer join here link, what should I use in this scenario. Please suggest sample query.