# 1z0-144 — Question 604

**Type:** multiple_choice
**Topics:** topic_1

## Question

View the Exhibit and examine the structure of the AUDIR_CUST table.

Exhibit Missing -
CUST_ID and CUST_LIMIT are existing columns in the CUSTOMER table.
Examine the following trigger code:
//IMG//

Which statement is true about the above trigger?

## Correct Answer

_See scenario._

## Explanation

C is correct , you cant use commit or rollback in the trigger.
The transaction made in trigger is commited by the normal flow of the program that fired the trigger

**Reference:** examtopics_top_comment

---
Source: https://hiexam.net/q/oracle/1z0-144/604  
Practice (tracked): https://hiexam.net/study/1z0-144/practice