A database object that automatically executes or fires in response to specific events (like INSERT, UPDATE, or DELETE) on a table is known as a what? MCQ with Answer and Explanation
A database object that automatically executes or fires in response to specific events (like INSERT, UPDATE, or DELETE) on a table is known as a what?
A. Trigger
B. Stored Procedure
C. Cursor
D. View
Answer: Option A
Solution (By JKSSB Mock Tests)
A Trigger is a named database object containing procedural code that automatically runs or fires when a specific DML statement occurs on a designated table.
No comments yet. Be the first to start the discussion!