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?
Click on the arrows to vote for the correct answer
A. B. C. D.