Question 21

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?
  • Question 22

    The following SQL code returns an error in the program console:
    SELECT firstName, lastName, SUM(income)
    FROM companyRoster
    SORT BY lastName, income
    Which of the following changes allows this SQL code to run?
  • Question 23

    Which of the following data repositories should a company use when structured data about the whole company needs to be stored in a predefined data structure?
  • Question 24

    A data analyst troubleshoots a dashboard every day for a week. Which of the following techniques best addresses how to validate the data moving forward?
  • Question 25

    A database administrator needs to implement security triggers for an organization's user information database.
    Which of the following data classifications is the administrator most likely using? (Select two).