Question 2:
You have created an external table named ExtTable in Azure Data Explorer. Now, a database user needs to run a KQL (Kusto Query Language) query on this external table. Which of the following function should he use to refer to this table?
Answer options:
A.external_table() B.access_table() C.refer_table() D.Only the table administrator can query the table.