Microsoft
MB6-869 · Question #33
MB6-869 Question #33: Real Exam Question with Answer & Explanation
Sign in or unlock MB6-869 to reveal the answer and full explanation for question #33. The question stem and answer options stay visible for context.
Question
In Microsoft Dynamics AX 2012, you are creating a method on a table named VendTable. The method must return only the tax exemption number (VATNum). You need to return the VATNum for the vendor whose account number is 3000, by passing it in the _accountNum parameter. Which of the following select statements could you use? (Choose all that apply.)
Options
- A(select VendTable where VendTable.AccountNum == _accountNum).VatNum;
- B(select firstOnly VATNum from VendTable having VendTable.AccountNum == _accountNum).VatNum;
- C(select firstOnly VATNum from VendTable where VendTable.AccountNum == _accountNum).VatNum;
- D(select firstOnly VATNum from VendTable where VendTable.AccountNum == _accountNum).AccountNum;
Unlock MB6-869 to see the answer
You've previewed enough free MB6-869 questions. Unlock MB6-869 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.