1. WHAT IS A TRIGGER? WHEN DO YOU USE THEM? - A trigger is a database object that automatically performs an action when a certain event occurs in the database. Events could be INSERT, UPDATE, or DELETE operations on a table. Triggers are used to enfo...
masumkazi.hashnode.dev3 min read
No responses yet.