synonymName

A synonymName represents a synonym for a table or a view. To create a synonym, use the CREATE SYNONYM statement.

Syntax

[ schemaName. ] SQLIdentifier

You can qualify a synonym name with a schemaName. If a qualified synonym name is specified, the schema name cannot begin with SYS.