Question 70:
You are a SOC Analyst working at a company that is deploying Azure Sentinel. You are in charge for performing log data analysis to search for malicious activity, display visualizations, and perform threat hunting. To query log data, you use the Kusto Query Language (KQL). Often a result set from a KQL statement needs to be combined or joined with another result set. You need to understand how the order of a KQL statement impacts your expected results. While using the join operators, how do you identify fields from each table?
Answer options:
A.$inner.columname and $outer.columnname B.$1.columname and $2.columnname C.$left.columname and $right.columnname D.$leftouter.columname and $rightouter.columnname