MultipleChoice
Which of the following describes how Databricks SQL should be used in relation to other business intelligence (BI) tools like Tableau, Power BI, and looker?
OptionsMultipleChoice
Where in the Databricks SQL workspace can a data analyst configure a refresh schedule for a query when the query is not attached to a dashboard or alert?
OptionsMultipleChoice
A data engineer is working with a nested array column products in table transactions. They want to expand the table so each unique item in products for each row has its own row where the transaction_id column is duplicated as necessary.
They are using the following incomplete command:

Which option best lines of code can they use to fill in the blank in the above code block so that it successfully completes the task?
OptionsMultipleChoice
Which location can be used to determine the owner of a managed table?
OptionsMultipleChoice
A data analyst is processing a complex aggregation on a table with zero null values and their query returns the following result:

Which of the following queries did the analyst run to obtain the above result?
A)

B)

C)

D)

E)

MultipleChoice
A data analyst wants the following output:
customer_name number_of_orders
John Doe 388
Zhang San 234
Which statement will produce this output?
OptionsMultipleChoice
A data analyst is processing a complex aggregation on a table with zero null values and the query returns the following result:

Which query did the analyst execute in order to get this result?
A)

B)

C)

D)
