
Explanation:
To understand the correct answer, let's break down the options:
SELECT statement not found in the second SELECT statement.SELECT statements.The correct command to find common records is INTERSECT.
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
No comments yet.