Pregunta de entrevista de Amazon

Whats the background process for a complex SQL query?

Respuesta de la entrevista

Anónimo

10 de oct de 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..