Microsoft
MB-500 · Question #238
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 VehicleId from vehicle order by VehicleId asc;
- Bselect vehicle index VehicleId;
- Cselect vehicle order by VehicleIdIdx desc;
- Dselect vehicle index VehicleIdIdx;
How the community answered
(36 responses)- A6% (2)
- B3% (1)
- D92% (33)
Explanation
You've hit your limit · resets 4am (America/New_York)
Topics
#X++ SQL#index keyword#select statement#table buffer
Community Discussion
No community discussion yet for this question.