If a trigger is deleted, the table on which the trigger was created and the data in the table is not in any way affected. However, if the table is deleted, any trigger associated with the table is also deleted.
DROP TRIGGER trigAddStudentsNew;
The command(s) completed successfully.
Here the trigger, trigAddStudentsNew, is deleted from the database.