SQL Drop Synonym

The drop synonym statement removes a synonym created with the create synonym statement. For example:

 
    drop synonym t2;