Câu 34: A00-212: SAS Advanced Programming for SAS 9
The following SAS program is submitted:Data sasuser.history;Set sasuser.history(keep=state x yRename = (state=ST));Total=sum(x, y);Run;The SAS data set SASUSER. HISTORY has an index on the variable STATE. Which describes the result of submitting the SAS program?
Nội dung câu hỏi
The following SAS program is submitted:Data sasuser.history;Set sasuser.history(keep=state x yRename = (state=ST));Total=sum(x, y);Run;The SAS data set SASUSER. HISTORY has an index on the variable STATE. Which describes the result of submitting the SAS program?
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. The index on STATE is deleted and an index on ST is created
- B. The index on STATE is recreated as an index on ST
- C. The index on STATE is deleted — đáp án hiện tại
- D. The index on STATE is updated as an index on ST
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.