
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:
Let's analyze each option:
A. Table - ✅ CORRECT
B. Function - ❌ INCORRECT
C. View - ❌ INCORRECT
D. Temporary view - ❌ INCORRECT
Key Requirements from the question:
Only Table meets all three requirements. Views (including temporary views) don't save data physically, and functions aren't data entities created from tables.