table_name

Returns an unqualified name of a table or view based on the object name in "string_expression1" and the schema name given in "string_expression2". It is used to resolve aliases.

Syntax

table_name ( string_expression1 [ , string_expression2 ] )