ExamGecko
Question list
Search
Search

Question 287 - COF-C02 discussion

Report
Export

A Snowflake user has two tables that contain numeric values and is trying to find out which values are present in both tables. Which set operator should be used?

A.
INTERSECT
Answers
A.
INTERSECT
B.
MFRCK
Answers
B.
MFRCK
C.
MINUS
Answers
C.
MINUS
D.
UNION
Answers
D.
UNION
Suggested answer: A

Explanation:

To find out which numeric values are present in both tables, the INTERSECT set operator should be used.This operator returns rows from one query's result set which also appear in another query's result set, effectively finding the common elements between the two tables45.

asked 23/09/2024
Mathijn Smit
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first