LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Databricks Certified Data Engineer - Associate

Databricks Certified Data Engineer - Associate

Get started today

Ultimate access to all questions.


A data engineer is working with a database named db_hr and wishes to determine its creation location in the underlying storage. Which command should they use?

Real Exam




Explanation:

The correct command to find the location of a database in the underlying storage is DESCRIBE DATABASE EXTENDED db_hr. This command provides comprehensive details, including the storage location. Other options like DESCRIBE DATABASE db_hr offer basic information but may not include the storage location. Commands such as DESCRIBE db_hr and SELECT location FROM db_hr.db are syntactically incorrect for this purpose. Relying on the default hive metastore directory is unreliable as databases can be created in other locations.

Powered ByGPT-5