
Answer-first summary for fast verification
Answer: View
The correct answer is **View**. A view can be used to join multiple tables and persists in the metastore, making it accessible to others even after cluster restarts or notebook detachment.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are attempting to create an object by joining two tables that remains accessible to the data scientist’s team, ensuring it doesn't get dropped if the cluster restarts or the notebook is detached. What type of object should you create?
A
Temporary view
B
Global Temporary view
C
Global Temporary view with cache option
D
External view
E
View
No comments yet.