WebMD Health interview question

As you what this SQL statement does: Select * From p.users Inner Join a.addresses Order By p.lastname

Interview Answer

Anonymous

15 Apr 2009

Recognize that there are plenty of errors in this SQL statement. You must be extremely familiar with all SQL syntax. Primarily focus on Inner, Outer, Left and Right Join statements.