70-779 · Question #106
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is B. No. Remove duplicates keeps the "first" entry and removes all subsequent ones. In the case of User1 and User2 - the rows with "Seattle" would be removed.
Question
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have a query named Query1 that retrieves the user information from two Excel files. One of the Excel files does not contain location information. A sample of the data retrieved by the query is shown in the following table. You need to ensure that values in UserName are unique. The solution must ensure that the locations are retained. A sample of desired output is shown in the following table. Solution: You select the UserName and Location columns, and then you click Remove Duplicates. Does this meet the goal?
Exhibits
Options
- AYes
- BNo
How the community answered
(30 responses)- A30% (9)
- B70% (21)
Explanation
Remove duplicates keeps the "first" entry and removes all subsequent ones. In the case of User1 and User2 - the rows with "Seattle" would be removed.
Topics
Community Discussion
No community discussion yet for this question.

