nerdexam
CompTIACompTIA

DA0-002 · Question #29

DA0-002 Question #29: Real Exam Question with Answer & Explanation

Sign in or unlock DA0-002 to reveal the answer and full explanation for question #29. The question stem and answer options stay visible for context.

Data Acquisition and Preparation

Question

A data analyst needs to remove all duplicate values between two tables, "Employees" and "Managers," using SQL SELECT statements. Which of the following should the analyst use for this task?

Options

  • ASELECT * FROM Employees UNION ALL SELECT * FROM Managers
  • BSELECT * FROM Employees UNION SELECT * FROM Managers
  • CSELECT * FROM Employees JOIN SELECT * FROM Managers
  • DSELECT * FROM Employees CROSS JOIN SELECT * FROM Managers

Unlock DA0-002 to see the answer

You've previewed enough free DA0-002 questions. Unlock DA0-002 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#SQL#Set operators#Data cleaning#Duplicate removal
Full DA0-002 PracticeBrowse All DA0-002 Questions