CREATE SYNONYM - Oracle Help Center
https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/CREATE-SYNONYM.html
Purpose . Use the CREATE SYNONYM statement to create a synonym, which is an alternative name for a table, view, sequence, operator, procedure, stored function, package, materialized view, Java class schema object, user-defined object type, or another synonym.A synonym places a dependency on its target object and becomes invalid if the target object is changed or …
DA: 38 PA: 48 MOZ Rank: 45