nerdexam
Microsoft

MB6-894 · Question #83

You are writing a method to create a new Customer group. You begin by writing the following code: You need to complete the method. With which statement should you replace the TODO comment line to…

The correct answer is A. custGroup.insert(). See the full explanation below for the reasoning.

Question

You are writing a method to create a new Customer group. You begin by writing the following code:

You need to complete the method. With which statement should you replace the TODO comment line to accomplish this goal?

Exhibit

MB6-894 question #83 exhibit

Options

  • AcustGroup.insert();
  • BRecordInsertList.add(custGroup);
  • Cinsert_recordset custGroup (CustGroup,Name);
  • DcustGroup.merge();

How the community answered

(18 responses)
  • A
    83% (15)
  • C
    6% (1)
  • D
    11% (2)

Community Discussion

No community discussion yet for this question.

Full MB6-894 Practice