This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What are the strengths of Kusto Query Language (KQL) as a query language?
KQL is efficient at retrieving and processing data in near real time.
KQL can be used to retrieve, update, and delete data.
KQL is good for use cases other than cybersecurity, while SQL is primarily used for security-related queries.
How is a KQL query built?
A KQL query is stated in plain text, using a data-flow model designed to make the syntax easy to author and automate.
KQL queries are case-insensitive, except for operators.
The order of operations in a KQL query doesn't matter.
What's a good way to reuse KQL queries or parts of queries?
Save them as files and import them as needed.
Save them as functions.
Save them as operators.
In which of the following services can you not use KQL?
Azure Data Explorer
Azure Monitor
Azure Cosmos DB
You must answer all questions before checking your work.
Was this page helpful?