Multiple choice technology databases

Can I call a trigger directly called from an application?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Triggers cannot be called directly from application code. They are automatically executed by the database in response to specific events like INSERT, UPDATE, or DELETE operations on tables.