Databricks-Certified-Data-Engineer-Associate Exam Question 6

A data engineer needs to create a table in Databricks using data from their organization's existing SQLite database.
They run the following command:

Which of the following lines of code fills in the above blank to successfully complete the task?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 7

    A dataset has been defined using Delta Live Tables and includes an expectations clause:
    CONSTRAINT valid_timestamp EXPECT (timestamp > '2020-01-01') ON VIOLATION DROP ROW What is the expected behavior when a batch of data containing data that violates these constraints is processed?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 8

    Which of the following data lakehouse features results in improved data quality over a traditional data lake?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 9

    A data engineer runs a statement every day to copy the previous day's sales into the table transactions. Each day's sales are in their own file in the location "/transactions/raw".
    Today, the data engineer runs the following command to complete this task:

    After running the command today, the data engineer notices that the number of records in table transactions has not changed.
    Which of the following describes why the statement might not have copied any new records into the table?
  • Databricks-Certified-Data-Engineer-Associate Exam Question 10

    A data engineer is using the following code block as part of a batch ingestion pipeline to read from a composable table:

    Which of the following changes needs to be made so this code block will work when the transactions table is a stream source?