Tag: SQL

What are triggers?

Do they have overhead? Where is their utility? and finally how are they made? There are 3 different types: DDL triggers for CREATE / DROP actions, AFTER LOGON triggers for when a user logs in, DML triggers for UPDATE, Insert, DELETE actions. In the article… read more