Multiple choice technology platforms and products

We can modify the database value in a form using “POST-QUERY” trigger.

  1. True

  2. False

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

The POST-QUERY trigger fires after a query is executed and records are fetched. This trigger is meant for calculations, derivations, or non-database modifications only. You cannot modify actual database values in POST-QUERY because it fires after the data is already fetched and is not a database transaction trigger.