nerdexam
Oracle

1Z0-141 · Question #11

View the Exhibit. You are developing an account management system for First National Bank. The Layout Editor for the Customer form is shown in the exhibit. The three buttons on the form invoke…

The correct answer is A. OPEN_FORM('Checking'). See the full explanation below for the reasoning.

Question

View the Exhibit. You are developing an account management system for First National Bank. The Layout Editor for the Customer form is shown in the exhibit. The three buttons on the form invoke separate forms to enter deposits and withdrawals for the customer's checking, savings, and money market accounts. Often deposits and withdrawals to these accounts are accomplished as part of a single transaction, so they must all be committed together or all rolled back if the commit fails. How should you code the Checking button?

Exhibit

1Z0-141 question #11 exhibit

Options

  • AOPEN_FORM('Checking');
  • BOPEN_FORM('Checking',SESSION);
  • COPEN_FORM('Checking',SESSION,ACTIVATE);
  • DOPEN_FORM('Checking',SESSION,NO_ACTIVATE);

How the community answered

(62 responses)
  • A
    71% (44)
  • B
    8% (5)
  • C
    16% (10)
  • D
    5% (3)

Community Discussion

No community discussion yet for this question.

Full 1Z0-141 Practice