Pergunta de entrevista da empresa Booz Allen Hamilton

To describe how a person would write an SQL statement to get the names, locations, and something else from 3 different tables without using joins or views.

Resposta da entrevista

Sigiloso

24 de mar. de 2009

I got mostof it, but I was so suprised by the question, I didn't answer it all, but the answer was basically: Select username.usertable, address.addresstable, etc., pretty basic SQL question.