Which KQL keyword is used to limit the results of a query to a specified number of rows?

Prepare for the Fabric Analytics Engineer Associate Test with comprehensive materials. Explore flashcards, multiple choice questions, and detailed explanations. Get ready for your success!

Multiple Choice

Which KQL keyword is used to limit the results of a query to a specified number of rows?

Explanation:
Limiting the number of rows returned by a KQL query is done with the take operator. You append | take N to the query to keep only the first N rows of the result. This is different from selecting which columns to show (project) or filtering which rows are included (where). If you wanted a random subset, you could use sample, but to strictly cap the result count, take is the correct choice.

Limiting the number of rows returned by a KQL query is done with the take operator. You append | take N to the query to keep only the first N rows of the result. This is different from selecting which columns to show (project) or filtering which rows are included (where). If you wanted a random subset, you could use sample, but to strictly cap the result count, take is the correct choice.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy