
Answer-first summary for fast verification
Answer: Table
A table is a data entity in Databricks that can be created from one or more tables, can be used across different sessions, and is stored persistently at a physical location. This makes it accessible and reusable by other data engineers. In contrast, views and temporary views do not provide persistent storage, and functions are not suitable for creating data entities from tables.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In Databricks, a data engineer is looking to generate a unified data entity by combining information from multiple tables. This newly created data entity needs to be accessible to other data engineers working in different sessions and must also be stored at a specific physical location. Which type of data entity should the data engineer create to fulfill these requirements?
A
Table
B
Function
C
View
D
Temporary view