This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is an eventhouse?
A table that tracks data load events in a data warehouse.
A data store for real-time data in KQL databases.
Another name for a lakehouse in Microsoft Fabric.
What is the purpose of using the project operator in KQL (Kusto Query Language) queries?
project
To apply aggregations such as count, sum, and avg.
count
sum
avg
To specify which columns to include in your query output.
To filter data based on specific conditions.
How can you create a reusable parameterized query for a KQL database?
Create a stored function.
Create a materialized view
Write a custom Python script and save it as a Spark job definition
You must answer all questions before checking your work.
Was this page helpful?