Tejas Shah Answered 3 Years ago through
Quizzes | 5 Points
When Database engine processing a query, it process "select" clause after "where" clause.
So in this case, "Alias", given in "select" clause, is not known by "Where" clause, so it will raise an error....