What is the difference between JOIN, Inner Join, Left Join and Outer Join.
        Posted  
        
            by theband
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by theband
        
        
        
        Published on 2010-05-01T16:01:20Z
        Indexed on 
            2010/05/01
            16:07 UTC
        
        
        Read the original article
        Hit count: 221
        
mysql
What is the difference between JOIN, Inner Join, Left Join and Outer Join.
Let me put you on what i know.
JOIN Statement is used to join two tables and fetch the result.
© Stack Overflow or respective owner