What does the fillnull command replace null values with, if the value argument is not specified?
What does the fillnull command replace null values with, if the value argument is not specified?
The correct answer is 0. The fillnull command in most data processing languages and software, such as in Splunk or SQL, typically replaces null values with 0 when no value argument is specified.
Answer is B