Databricks Certified Data Engineer - Associate

Databricks Certified Data Engineer - Associate

Get started today

Ultimate access to all questions.


How would you create a sales database using the DBFS location ‘dbfs:/mnt/delta/databases/sales.db/’?





Explanation:

The correct answer is to use the command CREATE DATABASE sales LOCATION ‘dbfs:/mnt/delta/databases/sales.db/’. It's important to note that with the introduction of the Unity catalog and three-layer namespace, the usage of SCHEMA and DATABASE is interchangeable.

Powered ByGPT-5