Domanda di colloquio di Amazon

Whats the background process for a complex SQL query?

Risposta di colloquio

Anonimo

10 ott 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..