MCQs>Database Management>Oracle Forms 9i>There is a requirement to modify the default functionality of the [Commit] key. To implement this requirement, you decide to write a Key-Commit trigger that will force validation and issue a commit if necessary. Which trigger code will achieve this?
Oracle Forms 9i MCQs
There is a requirement to modify the default functionality of the [Commit] key. To implement this requirement, you decide to write a Key-Commit trigger that will force validation and issue a commit if necessary. Which trigger code will achieve this?
Answer
Correct Answer: ENTER; IF :SYSTEM.FORM_STATUS = CHANGED THEN COMMIT_FORM; END IF;
Explanation:
Note: This Question is unanswered, help us to find answer for this one