Question d’entretien chez Amazon

Whats the background process for a complex SQL query?

Réponse à la question d'entretien

Utilisateur anonyme

10 oct. 2011

It builds query tree based on operators, clause etc and solve it one-by-one similar to solving arithmetic operation. That's what i would think..