Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
in the previous section, we used in to link the inner query and the outer query in a subquery statement.
nel paragrafo precedente, è stato utilizzato l’operatore in per collegare la query interna e la query esterna a un’istruzione di sottoquery.
upon closer inspection, we find that since the subquery returns more than 0 row, the exists condition is true, and the condition placed inside the inner query does not influence how the outer query is run.
ma mediante un controllo più accurato, si può vedere che, poiché la sottoquery restituisce più di 0 righe, la condizione exists è effettivamente vera e la condizione posizionata all’interno della query interna non influenza il modo in cui viene eseguita la query esterna.
at first, this may appear confusing, because the subquery includes the [region_name = 'west'] condition, yet the query summed up stores for all regions.
in un primo momento, questa operazione può creare qualche confusione in quanto nella sottoquery è inclusa la condizione [region_name = 'west'], eppure la query ha sommato i negozi relativi a tutte le regioni.