Microsoft
MB-500 · Question #237
You are a Dynamics 365 Finance developer. You have a table named FMVehicle that contains a field named VehicleId. The table has an index named VehicleIdIdx on the VehicleId field. You declare a…
The correct answer is D. select vehicle index VehicleIdIdx. You've hit your limit · resets 4am (America/New_York)
Develop and test code
Question
You are a Dynamics 365 Finance developer. You have a table named FMVehicle that contains a field named VehicleId. The table has an index named VehicleIdIdx on the VehicleId field. You declare a table buffer named vehicle to refer to the table. You need to select all records from the FMVehicle table in ascending order based on VehicleId field in the vehicle variable. Which embedded-SQL statement should you use?
Options
- Aselect vehicle order by VehicleIdIdx desc;
- Bselect vehicle index VehicleId;
- Cselect vehicle order by VehicleId desc;
- Dselect vehicle index VehicleIdIdx;
How the community answered
(36 responses)- A8% (3)
- B3% (1)
- C3% (1)
- D86% (31)
Explanation
You've hit your limit · resets 4am (America/New_York)
Topics
#X++ SQL#index keyword#ascending order#table buffer
Community Discussion
No community discussion yet for this question.