Lakshay
Databricks Employee
Databricks Employee

If you meant to run the "DELETE FROM TABLE" command, then it will not actually delete the table. It will just delete all the data from the table which you will be able to recover from previous versions.

But if you meant to run the "DROP Table" command, then it will drop the table and you will not be able to recover it.

View solution in original post