Analyze Data to Answer Questions (Terms) Flashcards
A collection of values in spreadsheet cells
Array
A database table that is created and exists temporarily on a database server
Temporary table
A function that multiplies arrays and returns the sum of those products
SUMPRODUCT
A new field within a pivot table that carries out certain calculations based on the values of other fields
Calculated field
A percentage that indicates how many cents of profit has been generated for each dollar of sale
Profit margin
A reference within a function that is locked so that rows and columns won’t change if the function is copied
Absolute reference
A spreadsheet function that adds numeric data based on one condition
SUMIF
A spreadsheet function that converts a text string that represents a number to a numeric value
VALUE
A spreadsheet function used to locate the position of a specific lookup value
MATCH
A SQL clause that groups rows that have the same values from a table into summary rows
GROUP BY
A SQL clause that sorts results returned in a query
ORDER BY
A SQL clause that specifies the maximum number of records returned in a query
LIMIT
A SQL function that combines RIGHT and LEFT JOIN to return all matching records in both tables
OUTER JOIN
A SQL function that is used to combine rows from two or more tables based on a related column
JOIN
A SQL function that only returns the distinct values in a specified range
COUNT DISTINCT