Introduction to Databricks
Kevin Barlow
Data Practitioner
The Data Intelligence Platform is designed to run your most challenging data warehousing workloads.
Comes built into the platform!
Benefits
Key Features
SELECT * FROM json.`/Volumes/ catalog_name/schema_name/ volume_name/path/to/data`
SELECT * FROM catalog_name.schema_name.table_name
CREATE TABLE catalog_name.schema_name.table_name AS SELECT * FROM ...
Introduction to Databricks