Which of the following best enables the retrieval and manipulation of data that is stored in a relational database?
A data analyst is preparing a survey for Paralympic Games athletes. Which of the following should the analyst consider when creating this survey?
Due to new reporting requirements, a data analyst must add new classification codes to historical data. Which of the following is the best technique for this task?
A manager needs a report to be sent by email every Monday for the next six months. Which of the following is the best way to accomplish this task?
An analyst is building a reporting deck. The deck must include tracking and visualizing metrics and row-level security. Which of the following actions should the analyst take after meeting all of the requirements?
A data analyst team needs to segment customers based on customer spending behavior. Given one million rows of data like the information in the following sales order table:
Customer_ID
Region
Amount_spent
Product_category
Quantity_of_items
00123
East
20000
Baby
4
00124
West
30000
Home
6
00125
South
40000
Garden
7
00126
North
50000
Furniture
8
00127
East
60000
Baby
10
Which of the following techniques should the team use for this task?
A data analyst wants to find the mean score that students received in science classes. Given the following tables:

Which of the following will produce the desired results?
A data analyst receives a notification that a customized report is taking too long to load. After reviewing the system, the analyst does not find technical or operational issues. Which of the following should the analyst try next?
An analyst needs to produce a final dataset using the following tables:
CourseID
SectionNumber
StudentID
MATH1000
1
10009
MATH1000
2
10007
PSYC1500
1
10009
PSYC1500
1
10015
StudentID
FirstName
LastName
10009
Jane
Smith
10007
John
Doe
10015
Robert
Roe
The expected output should be formatted as follows:
| CourseID | SectionNumber | StudentID | FirstName | LastName |
Which of the following actions is the best way to produce the requested output?
Which of the following best describes the method used to combine files, software, and libraries for use on various operating systems and environments?