Online Access Free MB6-890 Practice Test
| Exam Code: | MB6-890 |
| Exam Name: | Microsoft Dynamics AX Development Introduction |
| Certification Provider: | Microsoft |
| Free Question Number: | 95 |
| Posted: | May 30, 2026 |
You are developing a solution that stores purchase orders in Microsoft Dynamics AX. Each purchase order can contain multiple purchase order lines. A purchase order line can onry be part of one purchase order.
You create two tables, named PurchTable and PurchLine. to model the entities.
PurchTable will store purchase orders, and PurchLine will store information about the purchase order lines.
Which relation should you specify between the tables?
You need to determine the output of the following code:
What is the output in the Infolog after running the code?
Your solution stores customers in a table named Gust Table. CustTable contains a field named AccountNum, which is used to store the unique account number for a customer.
Data in the AccountNum field is 4 characters in length.
You need to retrieve only the records in CustTable where the second character of the
Account Number is the letter "H".
How should you write the select statement?
You need to create several reports that use the same combination of tables as data sources. You know that you will need a relation between these tables so that the report outputs as desired. You also want the ability to change details, such as report parameters or sorting options, at run time.
Which element should you create to store these tables and the relations so that you can reuse the element as the data source on future reports?