Oracle
1Z0-144 · Question #47
View the Exhibit and examine the structure of the customer table. Examine the following trigger code: What is the outcome when the above trigger is compiled?
The correct answer is A. It compiles successfully. TRIGGER max_credit_limit compiled.
Configuring JDBC Data Sources
Question
View the Exhibit and examine the structure of the customer table. Examine the following trigger code:
What is the outcome when the above trigger is compiled?
Exhibits
Options
- AIt compiles successfully.
- BIt gives an error because the when condition is not valid.
- CIt gives an error because when cannot be used for row-level triggers.
- DIt gives an error because the statements under updating are not valid.
- EIt gives an error because the new qualifier in the when clause requires a colon prefix.
How the community answered
(16 responses)- A81% (13)
- C13% (2)
- D6% (1)
Explanation
TRIGGER max_credit_limit compiled.
Topics
#trigger WHEN clause#row-level triggers#NEW qualifier#trigger compilation
Community Discussion
No community discussion yet for this question.

