When to use JOINs
        Posted  
        
            by waiwai933
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by waiwai933
        
        
        
        Published on 2010-04-10T06:08:07Z
        Indexed on 
            2010/04/10
            6:13 UTC
        
        
        Read the original article
        Hit count: 161
        
It seems to me that there are two scenarios in which to use JOINs:
- When data would otherwise be duplicated
- When data from one query would otherwise be used in another query
Are these scenarios right? Are there any other scenarios in which to use JOIN?
© Stack Overflow or respective owner