What is trigger in DBMS?
In DBMS, a trigger is a stored procedure that is automatically executed by the database management system (DBMS) in response to certain events or conditions, such as inserting, updating, or deleting data from a table. Triggers can be used to enforce ...
rahulahuja.hashnode.dev1 min read