QuestionQ33
Executing queries using Databricks SQL and Databricks SQL WarehousesWhich 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
Community Discussion