4. SQL Statements
:
DROP SYNONYM
Share this page
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
};