PCLC Flashcards
Which of the following are differences between a spreadsheet (excel) and a table in a relational database?
- each column in a relational database must contain the same data type
- a table in a relational database must contain a unique identifier
T/F: Each table in a relational database can have multiple foreign keys and the foreign keys cannot contain duplicate values
F: Each table can contain duplicate values
T/F: Relational databases are the optimal way to store date, while flat files are the optimal way for humans to visually consume data and are optimal for analyzing data.
T
If you would like to query multiple fields from a relational table and simultaneously rename some of the fields, you would use the following SQL commands
Select
From
AS
T/F: The default order for the ORDER BY command in SQL is ascending order
T
A piece of XBRL data is referred to as a
Fact
T/F: XBRL data includes all amounts reported on a company’s financial statements filed with the SEC, but does not extend to data outside of the financial statements (textual data on the face of the report and data from the notes to the financial statements)
F
T/F: The FASB is responsible for keeping the GAAP Taxonomy current and aligned with FASB Codification
T
The ___ tool allows us to see the entire contents of a dataset and allows us to assess the quality, distribution, and attributes of the data
Browse
In the Alteryx FORMULA tool, where do we enter expressions?
Expression Editor
We can use ___ functions to remove unwanted characters, including whitespace, from string data
Trim
An INPUT DATA tool and a ___ tool can be used together to input data from multiple sheets within the same Excel file
Dynamic input
Basic conditional statements in Alteryx are composed of how many parts?
4
IF, ELSE, THEN, ENDIF
The Alteryx TEXT TO COLUMNS tools belongs to this category of tools in the tools pallet
Parse
What Alteryx tool can accomplish similar tasks as a VLOOKUP formula in Excel?
Find Replace