Câu 92: MB-500: Microsoft Dynamics 365: Finance and Operations Apps Developer
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…
Nội dung câu hỏi
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?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. select vehicle index VehicleId;
- B. select vehicle order by VehicleId; — đáp án hiện tại
- C. select VehicleId from vehicle order by VehicleId asc;
- D. select vehicle order by VehicleId desc;
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.