Using the altertable action, which is the correct statement to rename the make column to veh_make in a CAS table?
Using the altertable action, which is the correct statement to rename the make column to veh_make in a CAS table?
proc cas;
table.altertable /
caslib="casuser", name="cars",
<enter code
segment here>;
quit;
A . columns={name="make" = "veh_make"};
B . columns=[[name="make" , rename="veh_make"]];
C . columns={{rename="make" , name="veh_make"}};
D . columns={{name="make" , rename="veh_make"}};
Answer: D
Latest A00-415 Dumps Valid Version with 250 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments