Databricks

Databricks on AWS

DROP DATABASE

While usage of SCHEMA and DATABASE is interchangeable, SCHEMA is preferred.

Related articles

DROP VIEW (Databricks SQL)

DROP VIEW [ IF EXISTS ] view_name

Related articles

Other

ดูเวอร์ชันของ Databricks Runtime

%scala
dbutils.notebook.getContext.tags("sparkVersion")
// res1: String = 10.4.x-scala2.12
%python
spark.conf.get("spark.databricks.clusterUsageTags.sparkVersion")
# '10.4.x-scala2.12'