This statement is currently ambiguous: ``` sql SELECT * FROM table AS foo ``` Is the foo referring to "table" or to the Select query? Find out how to resolve this...