Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A data engineer is tasked with identifying records that are common between two Delta tables with identical schemas. Which SQL command should she use to find these overlapping records?
A
MINUS
B
UNION ALL
C
INTERSECT
D
UNION
E
COPY INTO