πŸ“Š MySQL
Q. What is defined to execute when the table is modified only?
  • (A) Stored functions
  • (B) Stored procedures
  • (C) Triggers
  • (D) Events
πŸ’¬ Discuss
βœ… 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?

Explanation by: Kiran Rapria
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?

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
77
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Kiran Rapria
Publisher
πŸ“ˆ
93%
Success Rate