Amazon interview question

Whats the background process for a complex SQL query?

Interview Answer

Anonymous

Oct 10, 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..