tableViewOrFunctionExpression

{
    { tableName | viewName }
    [ correlationClause ]
|
    { tableSubquery | tableFunctionInvocation }
    correlationClause
}

where correlationClause is

[ AS ]
correlationName
[ ( simpleColumnName [ , simpleColumnName ]* ) ]