Correct answer: c
You cannot create a
macro variable in the same SQL step in which you are calling the macro
variable. To create a report that does not contain any duplicate items
including the values in the macro variable, use the DISTINCT keyword
in the SELECT clause.