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
Options
- AcustGroup.insert();
- BRecordInsertList.add(custGroup);
- Cinsert_recordset custGroup (CustGroup,Name);
- DcustGroup.merge();
How the community answered
(18 responses)- A83% (15)
- C6% (1)
- D11% (2)
Community Discussion
No community discussion yet for this question.
