View all questions & answers for the SPLK-1001 exam
Which command will rename action to Customer Action?
| rename action = CustomerAction
| rename Action as “Customer Action”
| rename Action to “Customer Action”
| rename action as “Customer Action”
Submit