
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A data engineer wants to create a data entity from a couple of tables. The data entity must be used by other data engineers in other sessions. It also must be saved to a physical location.
Which of the following data entities should the data engineer create?
A
Table
B
Function
C
View
D
Temporary view
Explanation:
The correct answer is A. Table because:
In Databricks, when you need a persistent, shareable data entity that is physically stored, you create a table. This could be a managed table (stored in the metastore location) or an external table (pointing to an external storage location).