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.