CompTIA Data+ Exam (2025) DA0-002 Question # 1 Topic 1 Discussion

CompTIA Data+ Exam (2025) DA0-002 Question # 1 Topic 1 Discussion

DA0-002 Exam Topic 1 Question 1 Discussion:
Question #: 1
Topic #: 1

The human resources department wants to know the number of employees who earn $125,000 or more. However, the department is concerned about duplicates in the dataset. Given the following table:

Employee_ID

Level

Salary

001

1

10000

002

2

20000

003

2

256000

004

2

125000

001

1

10000

002

2

20000

Which of the following SQL statements resolves this issue?


A.

SELECT DISTINCT Employee_ID FROM Employee WHERE Salary >= 125000


B.

SELECT COUNT(DISTINCT Employee_ID) FROM Employee WHERE Salary >= 125000


C.

SELECT DISTINCT Employee_ID FROM Employee WHERE Salary > 125000


D.

SELECT COUNT(Employee_ID) FROM Employee WHERE Salary >= 125000


Get Premium DA0-002 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.