Module 5

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/37

flashcard set

Earn XP

Description and Tags

Reviewer for BA 183

Last updated 1:01 PM on 7/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

38 Terms

1
New cards

Structured Query Language (SQL)

The standard language for interacting with relational databases.

2
New cards

CRUD

Allows users to create, read, update, and delete data.

3
New cards

Data Definition Language (DDL)

Purpose: Define and modify database structure.

4
New cards

Data Manipulation Language (DML)

Purpose: Query and modify data.

5
New cards

Data Control Language (DCL)

Purpose: Control access to data.

6
New cards

Transaction Control Language (TCL)

Purpose: Manage transactions.

7
New cards

SELECT

Used for retrieving data.

8
New cards

Aggregate Functions

Functions used for calculations such as SUM, COUNT, AVG, MIN, MAX.

9
New cards

JOIN

Combines rows from two or more tables based on a related column.

10
New cards

INNER JOIN

Returns only rows with matching values in both tables.

11
New cards

LEFT JOIN

Returns all rows from the left table, with matched rows from the right (NULLs if no match).

12
New cards

RIGHT JOIN

Returns all rows from the right table, with matched rows from the left.

13
New cards

FULL OUTER JOIN

Returns all rows from both tables, with NULLs where there's no match.

14
New cards

GROUP BY and HAVING

Used for grouping and filtering aggregates.

15
New cards

Subqueries

Queries nested within another query (e.g., finding journal entries with amounts above the average debit).

16
New cards

Data integration

Combines data from different sources into a unified, consistent view for analysis and reporting.

17
New cards

ETL Process

Standing for Extract, Transform, Load, it is a process for integrating data.

18
New cards

Extract

ETL PHASE

Pull data from source systems.

19
New cards

Transform

ETL PHASE

Clean, standardize, and reconcile data.

20
New cards

Load

ETL PHASE

Load transformed data into target system.

21
New cards

Excel (Power Query)

Desktop ETL: Import, transform, and combine data from multiple sources.

22
New cards

SQL (UNION, JOIN)

Database-level: Combine data from multiple tables or databases.

23
New cards

APIs

Application-level: Programmatic data exchange between systems.

24
New cards

Zapier / Power Automate

Cloud automation: Automated workflows connecting cloud applications.

25
New cards

Talend / Informatica

Enterprise ETL: Enterprise-grade data integration platforms.

26
New cards

Computer-Assisted Audit Tools and Techniques (CAATTs)

Software tools and methods used by auditors to analyze and evaluate data and IT systems more efficiently and comprehensively than manual methods.

27
New cards

Generalized Audit Software (GAS)

Purpose-built software for audit data analysis — sorting, filtering, sampling, gap detection.

28
New cards

Spreadsheet Tools

Excel-based techniques using formulas, pivot tables, and conditional formatting for audit tasks.

29
New cards

Database Query Tools

SQL queries against client databases for transaction testing or duplicate detection.

30
New cards

Continuous Auditing Tools

Automated, ongoing monitoring of transactions against predefined rules.

31
New cards

Data Visualization

Interactive dashboards for pattern identification.

32
New cards

Gap/Sequence Testing

Detect missing items in a sequence (check numbers, invoice numbers, PO numbers).

33
New cards

Duplicate Detection

Identify duplicate payments, invoices, or journal entries.

34
New cards

Stratification/Aging

Categorize data by ranges (e.g., receivables aging) to reveal risk concentration.

35
New cards

Benford's Law Analysis

Compare the distribution of leading digits in a dataset to the expected distribution to detect potential manipulation.

36
New cards

Journal Entry Testing

Identify unusual journal entries such as round amounts, entries posted outside business hours, or entries by unauthorized users.

37
New cards

Recalculation

Recalculate totals, taxes, or balances to verify accuracy.

38
New cards

Matching/Reconciliation

Match records across systems (e.g., bank statement vs. GL, vendor invoices vs. purchase orders).