Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Difference between full,inner,left,right
Message
 
À
13/04/2006 13:16:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01113517
Message ID:
01113554
Vues:
16
>what is the difference between full join , inner join ,left outer join , right outer join ?

Inner Join: All record from two sets that match each other. No unmatched records in result.
Left Join: All records from the left set and those records from the right set that match.
Right Join: All records from right set and those recordsf rom left set that match.
Full Join: All record from two sets that match each other. Plus the unmatched records from both sets.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform