Analyze Data to Answer Questions (Terms) Flashcards

1
Q

A collection of values in spreadsheet cells

A

Array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A database table that is created and exists temporarily on a database server

A

Temporary table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A function that multiplies arrays and returns the sum of those products

A

SUMPRODUCT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A new field within a pivot table that carries out certain calculations based on the values of other fields

A

Calculated field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A percentage that indicates how many cents of profit has been generated for each dollar of sale

A

Profit margin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A reference within a function that is locked so that rows and columns won’t change if the function is copied

A

Absolute reference

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A spreadsheet function that adds numeric data based on one condition

A

SUMIF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A spreadsheet function that converts a text string that represents a number to a numeric value

A

VALUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A spreadsheet function used to locate the position of a specific lookup value

A

MATCH

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A SQL clause that groups rows that have the same values from a table into summary rows

A

GROUP BY

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A SQL clause that sorts results returned in a query

A

ORDER BY

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A SQL clause that specifies the maximum number of records returned in a query

A

LIMIT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A SQL function that combines RIGHT and LEFT JOIN to return all matching records in both tables

A

OUTER JOIN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A SQL function that is used to combine rows from two or more tables based on a related column

A

JOIN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A SQL function that only returns the distinct values in a specified range

A

COUNT DISTINCT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A SQL function that returns a number rounded to a certain number of decimal places.

A

ROUND

17
Q

A SQL function that returns records with matching values in both tables

A

INNER JOIN

18
Q

A SQL function that will return all records from the right table and only the matching records from the left.

A

RIGHT JOIN

19
Q

A SQL function that will return all the records from the left table and only the matching records from the right table

A

LEFT JOIN

20
Q

A SQL query that is nested inside a larger query

A

Subquery

21
Q

A table used to summarize statistical information about data

A

Summary table

22
Q

An operator (%) that returns the remainder when one number is divided by another

A

Modulo

23
Q

Lines used to underline words and connect text characters

A

Underscores

24
Q

Temporarily naming a table or column in a query to make it easier to read and write

A

Aliasing

25
Q

The process of checking and rechecking the quality of data so that it is complete, accurate, secure and consistent

A

Data validation process

26
Q

The process of collecting or gathering many separate pieces into a whole

A

Aggregation

27
Q

The process of gathering data from multiple sources and combining it into a single, summarized collection

A

Data aggregation