Keyword allowing you to control the order of trigger execution within a request when multiple triggers are defined on a subject table.
ORDER values determine the execution sequence when two or more triggers have the identical trigger action time and trigger event.
If triggers have the same ORDER value, trigger action time, and trigger event, then they execute in order of their creation timestamp.
- integer
- Value assigned to ORDER.