Question 72:
You are a SOC Analyst working at a company that is deploying Azure Sentinel. You are responsible 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 fields in a table store structured and unstructured string data. You write KQL statements to extract and manipulate data stored in these fields. Which KQL declaration shall you use parsing external info into a virtual table?
Answer options:
A.externaldata B.parse_json C.extract D.expand