'KQL - is it possible to select the scope inside a request?

I specify cluster+database+table

cluster("my_company_kusto.westeurope").database("events").table("CourierEvents")
| where OrderId == "C61F4D3A8B93975111EC8A629DDBCF0E"

but I get an error Please select a database to execute queries. until I select a table in the left menu and the scope appears on the top.

Is it possible to select the scope inside a request without selecting it in a left menu?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source