what is LEFT JOIN ?
I have gone through LEFT JOIN . Here is LEFT JOIN . Check the link
http://i218.photobucket.com/albums/cc298/curseofgoldendragon/test-3.png
I have a doubt here. I see we are picking all the records from Table A ...so, I dont think we need to join here.
We could just use a "select" query to fetch all the records from Table A...is not it ?
Hence, I dont find usefulness of "LEFT JOIN".
Can anybody explain if I'm missing something ?