
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 relational object by pulling data from two tables. The relational object does not need to be used by other data engineers in other sessions. In order to save on storage costs, the data engineer wants to avoid copying and storing physical data. Which of the following relational objects should the data engineer create?
A
Spark SQL Table
B
View
C
Database
D
Temporary view
E
Delta Table
Explanation:
Explanation:
The correct answer is Temporary view (D) because:
Why other options are incorrect:
Key points about temporary views:
CREATE TEMP VIEW view_name AS query or CREATE TEMPORARY VIEW view_name AS query