Which of the following Git operations must be performed outside of Databricks Repos?
A data engineer needs to create a table in Databricks using data from their organization's existing SQLite database. They run the following command:
CREATE TABLE jdbc_customer360
USING
OPTIONS (
url "jdbc:sqlite:/customers.db", dbtable "customer360"
)
Which line of code fills in the above blank to successfully complete the task?
Which of the following describes the relationship between Gold tables and Silver tables?
Which of the following data workloads will utilize a Gold table as its source?