Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

WGU Data Management - Foundations Exam - Topic 5 Question 13 Discussion

Which keyword can be used to combine two results into one table?
A) UNION
B) MERGE
C) INTEGRATE
D) CONSOLIDATE

WGU Data Management - Foundations Exam - Topic 5 Question 13 Discussion

Actual exam question for WGU's WGU Data Management - Foundations exam
Question #: 13
Topic #: 5
[All WGU Data Management - Foundations Questions]

Which keyword can be used to combine two results into one table?

Show Suggested Answer Hide Answer
Suggested Answer: A

The UNION keyword in SQL is used to combine the results of two or more SELECT queries into a single result set while removing duplicate rows.

Example:

sql

SELECT Name FROM Employees

UNION

SELECT Name FROM Managers;

Option A (Correct): UNION combines results from multiple queries into one set, removing duplicates.

Option B (Incorrect): MERGE is not a valid SQL keyword for combining result sets (it is used in some database systems for data merging).

Option C (Incorrect): INTEGRATE is not a SQL keyword.

Option D (Incorrect): CONSOLIDATE is not an SQL keyword.


Contribute your Thoughts:

0/2000 characters
I’m torn between A) UNION and D) CONSOLIDATE. I remember both terms being discussed, but I can't recall which one is correct.
upvoted 0 times
...
Suzan
5 days ago
I’m pretty confident it’s A) UNION. We practiced combining tables in our last class, and that term came up a lot.
upvoted 0 times
...
Cherilyn
10 days ago
I feel like I saw something similar in our last review session. Was it A) UNION or was it B) MERGE?
upvoted 0 times
...
Lorenza
15 days ago
I think the answer might be A) UNION, but I'm not entirely sure. I remember it being used in practice questions.
upvoted 0 times
...

Save Cancel