ALTER TRIGGER name ON table RENAME TO newname
ALTER TRIGGER emp_stamp ON emp RENAME TO emp_track_chgs;