CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

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.

  1. A. select vehicle index VehicleId;
  2. B. select vehicle order by VehicleId; — đáp án hiện tại
  3. C. select VehicleId from vehicle order by VehicleId asc;
  4. 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.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề