table_schema
Returns the schema name portion of the two-part table or view name based on the object name in "string_expression1" and the schema name in "string_expression2". It is used to resolve aliases.
Syntax
table_schema ( string_expression1 [ , string_expression2 ] )