True or False: Temporary fields created by using eval can be referenced in the search pipeline following creation.
True
The ___ command replaces NULL values in fields.
fillnull
Which are the Boolean operators that can be used by the eval command? Select all that apply.
XOR
OR
AND
Which of these fillnull expressions will replace NULL data with the string “NOT FOUND”?
fillnull value=”NOT FOUND”
True or False: Specify a wildcard by using the * character with the where command.
False
The where command only returns results that evaluate to TRUE.
True
The eval command calculates an expression and puts the resulting ____ into a new or existing field.
value
The where command interprets unquoted or single-quoted strings as _____ and double-quoted strings as _____.
fields, field values
True or False: The case function will return NULL if no expressions evaluate to TRUE.
FALSE
TRUE
True
True or False: eval cannot exist as an expression.
False
What is the order of Boolean Expression of Evaluation for the where and eval commands?
Expressions with parenthesis, NOT, AND, OR
Which eval function is the best option for masking data?
replace
Which of the following functions must be used with the in function? Select all that apply.
case
if
True of False: When using the eval command, all field values are treated in a case-sensitive manner and must be double-quoted.
True
Which of the following functions can be used to filter NULL values?
usenull=t
usenull=f
isnull
isnotnull
isnull
isnotnull