What's wrong with this query?
- It isn't using the table aliases when accessing columns in the
SELECT statement - It aliases tables, which is not allowed
- It's not using the table aliases in the condition
It isn't using the table aliases when accessing columns in the SELECT statement.