Which function of the stats command creates a multivalue entry?
Which function of the stats command creates a multivalue entry?
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.
D is correct
LIST - this is stats function.
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
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>”)
do not write such things if you are not sure. MAKEMV is not a STATS function.