Selecting FROM
a table or view
When selecting from a single table or view, the FROM
clause requires nothing more than the name.An alias may be useful or even necessary if there are subqueries that refer to the main select statement (as they often do — subqueries like this are called correlated subqueries).