Oracle
1Z0-151 · Question #92
You are coding a When-Checkbox-Changed trigger. Which statements are available for use in your code?
The correct answer is D. PL/SQL statement-, and any built-ins. When-Checkbox-Changed trigger Fires when an operator changes the state of a check box, either by clicking with the mouse, or using thekeyboard. Definition Level: form, block, or item SELECT statements, unrestricted built-ins, restricted built-ins
Triggers
Question
You are coding a When-Checkbox-Changed trigger. Which statements are available for use in your code?
Options
- Aunrestricted built-ins only
- Brestricted and unrestricted built-ins only
- CPL/SQL statements and unrestricted built-ins only
- DPL/SQL statement-, and any built-ins
How the community answered
(31 responses)- A3% (1)
- B16% (5)
- C6% (2)
- D74% (23)
Explanation
When-Checkbox-Changed trigger Fires when an operator changes the state of a check box, either by clicking with the mouse, or using thekeyboard. Definition Level: form, block, or item SELECT statements, unrestricted built-ins, restricted built-ins
Topics
#When-Checkbox-Changed trigger#restricted built-ins#unrestricted built-ins#PL/SQL statements
Community Discussion
No community discussion yet for this question.