
Ultimate access to all questions.
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).