- Azure Databricks documentation | Microsoft Docs
- Ten Simple Databricks Notebook Tips & Tricks for Data Scientists – The Databricks Blog
Databricks on AWS
- Databricks documentation | Databricks on AWS
- Runs CLI | Databricks on AWS
- Databricks File System (DBFS) | Databricks on AWS
- Databricks for SQL developers | Databricks on AWS
- Databricks SQL | Databricks on AWS
- Databricks ODBC and JDBC drivers | Databricks on AWS
- Authentication using Databricks personal access tokens | Databricks on AWS
- Developer tools and guidance | Databricks on AWS
- DBeaver integration with Databricks | Databricks on AWS
DROP DATABASE
While usage of SCHEMA
and DATABASE
is interchangeable, SCHEMA
is preferred.
DROP VIEW (Databricks SQL)
DROP VIEW [ IF EXISTS ] view_name
Related articles