Exam SPLK-1004 All QuestionsBrowse all questions from this exam
Question 44

Which function of the stats command creates a multivalue entry?

    Correct Answer: D

    The function within the stats command that creates a multivalue entry is 'list'. The 'list' function will list all the values of a specified field and store them as a multivalue field in the output.

Discussion
adamscaOption: D

D is correct

adpaferOption: D

LIST - this is stats function.

DeragOption: C

The correct answer is C. makemv has a parameter called delim where we can give the delimeter which the field value should be separated and the field name which need to create multivalues in singke values form. Mvcombine normalize a multivalues fields to a single one

emlch

makemv is not a function, neither a stats function. It’s definitely a command that generates multi value fields based on a delimiter and a field as input. The correct answer is D, since, stats will list all values (even if it repeats, otherwise we will be talking about the values() function) and stores in a field called list(field) (if you don’t specify an “as <name>”)

adpafer

do not write such things if you are not sure. MAKEMV is not a STATS function.