Join (SQL): differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Nuova pagina: Una <code>JOIN</code> è un comando SQL che serve a combinare le righe di due o più tabelle di un database. Lo standard ANSI definisce alcune specifiche per il lingua...
 
Riga 237:
=== Right outer joins ===
 
AUna '''[[right outer join]]''' (oro '''[[right join]]''') closelysemplicemente resemblesricalca ail funzionamento della left outer join, exceptma withinvertendo the treatment ofl'ordine thedelle tablestabelle reversedinteressate. Every row from the "right" table (B) will appear in the joined table at least once. If no matching row from the "left" table (A) exists, NULL will appear in columns from A for those records that have no match in A.
 
A right outer join returns all the values from the right table and matched values from the left table (NULL in case of no matching join predicate).