Refer to the exhibit. You are analyzing a KQL query in Microsoft Sentinel. What is the purpose of this query?
The query filters by alert name and time, then projects columns.
Why this answer
Option A is correct because the query filters alerts with a specific name and time range, then projects selected fields. Option B is wrong because it does not aggregate. Option C is wrong because it does not join tables.
Option D is wrong because it does not create a new rule.