Creating unmanaged tables
In Databricks, unmanaged tables allow users to specify a custom storage location for their data. Unlike managed tables, the storage and lifecycle are fully under the user's control. This exercise will test your understanding of correctly creating an unmanaged Delta table using SQL.
What is the purpose of the LOCATION
keyword in the SQL command for creating the table patients_unmanaged
?
This exercise is part of the course
Data Management in Databricks
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
