Multiple choice technology databases A trigger is… a special type of store procedure, executed when certain event occurs a special type of table a special type of view All the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation A database trigger is a special type of stored procedure that automatically executes or fires when a specific database event occurs, such as an insert, update, or delete. It is not a table or a view.