SQL$HELP_OLD72.HLB  —  CREATE  SYNONYM  Arguments  OR_REPLACE
    Instructs SQL to replace any synonym of this name if it exists.
    If it does not exist, a new synonym is created. This shorthand
    allows replacement of an existing synonym while maintaining
    all the dependencies established by query and DDL usage of this
    synonym.
Close Help