Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When investigating a data issue in a Delta table and needing to review logs to identify when and by whom the table was updated, what is the most effective method?
A
Examine the event logs within the Workspace.
B
Execute the SQL command DESCRIBE HISTORY table_name.
DESCRIBE HISTORY table_name
C
Inspect Databricks SQL Audit logs.
D
Use the SQL command SHOW HISTORY table_name.
SHOW HISTORY table_name
E
Review the workspace audit logs.