Was this helpful?
DROP SYNONYM
The DROP SYNONYM statement deletes one or more synonyms from a database.
This statement has the following format:
DROP SYNONYM [IF EXISTS] [schema.]synonym_name {, [schema.]synonym_name};
Last modified date: 03/21/2024