Question 86
Which file format is used for storing Delta Lake Table?
Question 87
Which of the following commands will return the location of database customer360?
Question 88
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?
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?
Question 89
Which of the following statements regarding the relationship between Silver tables and Bronze tables is always true?
Question 90
Which of the following Git operations must be performed outside of Databricks Repos?