🎴 Flashcard Mode
Enterprise Platforms: TIBCO iProcess, SAP, Oracle Forms/Reports
Card1 / 20
Mastered0
Review0
QuestionClick to flip
We can modify the database value in a form using “POST-QUERY” trigger.
AnswerClick to flip back
A
False
💡 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.