What is a data dictionary?
What is a database schema?
It is a diagram of the underlying structure of the database that shows tables, primary keys, and relationships
What is an entity relationship diagram?
What is SQL?
What are the 4 types of joins in SQL?
What is a FULL OUTER JOIN?
It is a join that would retrieve all records from both datasets, regardless of whether there is a match
What is an INNER JOIN?
What is a LEFT OUTER JOIN?
returns all records from the left table and matched records from the right table
What is a RIGHT OUTER JOIN?
returns all records from the right table and matched records from the left table
What is normal form?
The rule is that each normal form adds more rules to the one before, subdividing large tables into smaller tables that are associated with primary and foreign keys
What is a check digit?
What are application controls?
They are controls that are specific to individual programs and include input, processing, and output controls
What are the 3 types of database schemas?
What are data warehouses?
What is a data mart?
What are star schemas?
What are snowflake schemas?
They are schemas that are best for organizations needing to perform complex queries
According to QC 10, A Firm’s System of Quality Control:
a firm should accept an engagement only when its staff are COMPETENT to perform the work
How are data retrieved from databases?
By using queries
To meet quality control standards, engagement team members must be competent in what SQL language?
Data query language
What is a data lake?
If an employee’s department appears differently on 2+ tables, what is violated?
referential integrity
A database design concept where a foreign key in a table points to a primary key in another table, so that any changes in 1 table affect relevant data linked to it
What should automatically update all related tables?
An ATTRIBUTE CHANGE in 1 table should automatically update all related tables to keep data consistent