Question 11

Which of the following data sources makes online data consumption easier?
  • Question 12

    Which of the following best describes the reason an analyst would reference a data dictionary versus a source's metadata?
  • Question 13

    Which of the following supports capabilities such as automatic versioning, corruption checks, KPIs, and user authentication?
  • Question 14

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

    A data professional wants to identify all customers who made a purchase in January. Given the following table:
    CustomerID
    Month
    Sales
    0001
    January
    13000
    0002
    March
    10000
    0003
    April
    23000
    0004
    May
    10000
    Which of the following types of functions should the professional use to flag the customers?