Q. What is defined to execute when the table is modified only?
β
Correct Answer: (C)
Triggers
Explanation: Imagine you have a table of customers in your database. You want to automatically update the customer's "last order date" whenever they place a new order. How can you achieve this?