
Answer-first summary for fast verification
Answer: Table
The correct answer is 'E' which is a Table. While views are data entities that other data engineers can use in their queries, they do not store data in a physical location as required by the question. Tables, on the other hand, are data entities that physically store data and can be accessed by multiple sessions and users concurrently. This makes them the most suitable option when the data entity must be persistent and saved to a physical location.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A data engineer is tasked with creating a data entity derived from a combination of two tables. This data entity will be utilized by other data engineers across different sessions and must be stored at a physical location. Which type of data entity should the data engineer create?
A
Database
B
Function
C
View
D
Temporary view
E
Table
No comments yet.