QuestionQ33

Executing queries using Databricks SQL and Databricks SQL Warehouses

Which Databricks SQL action can be used to audit and view the history of operations performed on a Delta Lake table in Databricks?

  • A Run a SELECT logs FROM table_name query
  • B Use the SHOW TRANSACTIONS table_name command
  • C Execute a VACUUM table_name statement
  • D Use the DESCRIBE HISTORY table_name command
Explanation

DESCRIBE HISTORY table_name displays the recent operations executed on a Delta Lake table, including its version history and operation metadata.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!