Difference between Inner Join & Full join
        Posted  
        
            by Twinkle
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Twinkle
        
        
        
        Published on 2010-06-11T12:34:13Z
        Indexed on 
            2010/06/11
            12:42 UTC
        
        
        Read the original article
        Hit count: 185
        
sql
|sql-server
What is the difference between a full join and an inner join?
When I do a full join I get 832 records and with an inner join I get 830 records.
© Stack Overflow or respective owner