Triggers in database
Ali Rafique Muhammad
Software Architect | Problem solver | Crafting Clean, Scalable Solutions | Advocate for Continuous Learning
its very useful to write triggers in databases.Its like automatically managing database when some even occurs....
For example when ever a post is inserted in Posts table there should be a trigger that insert notification in Notifications Table....
Google "How to write triggers in MSSQL or in MYSQL " to get more info on how to write triggers....