CrowdStrike Certified Falcon Hunter (CCFH) — Question 76

What command will eliminate duplicates from a query?

Answer options

Correct answer: C

Explanation

The correct command to remove duplicates from a query is 'dedup'. The option 'rmdup' is not a recognized command in this context, while 'stats dc ()' is used for counting distinct values and 'accum' is used for accumulating values, neither of which remove duplicates.