A synonym name identifies a synonym for a table name.
<synonym_name> ::= <identifier>
If the synonym is not a PUBLIC synonym, it is only known by one user or one user group. A PUBLIC synonym is known by every user and user group.
An error message occurs if the name has more than 32 characters.