Spreadsheets
SQL
Foundations
Name That Function
Data Analysis
100

This makes up the rows and columns in a spreadsheet

What is a "CELL"?

100

This always starts the SQL statement

What is "SELECT"?

100

The FIRST PHASE in the data life cycle

What is "PLAN"?

100

This function adds up a series of numbers and/or cells

What is "SUM()"

100

There are this many steps in the Data Analysis process

What is 6?

200

You need to enter the number $250 into the cell where row 5 and column C intersect. What is the name of this cell?

What is cell "C5"?

200

This SQL statement returns all columns and rows from a table.

What is "SELECT * FROM table"?

200

The PHASE that, "Securely eliminate data that's no longer needed to protect privacy"

What is "DESTROY"?

200

This function makes all text in a string into upper case.

What is "UPPER()"?

200

This is the first step in the Data Analysis process

What is "ASK"?
300

This chart plots two numerical data columns

What is a "scatter plot"?

300

This aggregate function returns unique values from a column

What is "DISTINCT"?

300

This technique is used for ROOT CAUSE ANALYSIS

What is "The FIVE Whys"?

300

This function converts "john" to "John"?

What is "PROPER()"?

300

This data type is qualitative traits and is divided into nominal (unordered categories, like colors or names) and ordinal (ordered categories, like rankings or levels). 

What is "Categorical" data?

400

This counts all items in a series

What is "COUNTA"?

400

This is missing in the SQL statement: 

"SELECT CARS FROM WHERE  TYPE = 'red' "

What is "TABLE name" or "TABLE"?

400

"The trustworthiness and quality of your data sources"

What is "VERACITY"?

400

This returns the middle value of a series

What is MEDIAN?

400

This process, "identify patterns, uncover relationships, spot trends, and perform calculations to extract meaning"

What is "ANALYZE"?

500

This powerful feature lets you calculate, summarize, and analyze data as well as letting you see comparisons, patterns, and trends in your data

What is "PIVOT" or "PIVOT tables"?

500

This is missing in the SQL statement: 

"SELECT CARS, COUNT(*) FROM CAR_TABLE"

 

What is "GROUP BY CARS"?

500

This process is where recommendations can be made

What is "ACT"?

500

This used in SQL to filter results after a GROUP BY clause has aggregated the data.

What is "HAVING"?

500

This storage is ideal for storing unstructured data of any type or size, such as images, videos, audio files, or backups. It's highly scalable and cost-effective.

What is "BLOB"?

M
e
n
u