Technical Foundation

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/58

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:02 AM on 8/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

59 Terms

1
New cards

Business Systems Analyst (BSA) Data Role

A BSA uses data analysis skills to understand business problems, validate information, troubleshoot system issues, and help teams make better technology decisions.

2
New cards

SQL

Structured Query Language used to communicate with and retrieve information from relational databases.

3
New cards

Database

A structured system used to store, organize, manage, and retrieve data.

4
New cards

Relational Database

A database that stores information in related tables connected through keys.

5
New cards

Table

A collection of related data organized into rows and columns.

6
New cards

Row

A single record or entry in a database table.

7
New cards

Column

A field or attribute that describes a type of information stored in a table.

8
New cards

Record

A complete set of information about one item, usually represented by one row in a table.

9
New cards

Field

A single piece of information stored in a column.

10
New cards

Primary Key

A unique identifier for each record in a table. No two rows can have the same primary key value.

11
New cards

Foreign Key

A column that connects one table to another by referencing a primary key.

12
New cards

Database Relationship

The connection between tables that allows related information to be stored and retrieved.

13
New cards

One-to-Many Relationship

A database relationship where one record in one table can connect to many records in another table.

14
New cards

Example of One-to-Many Relationship

One customer can have many orders, but each order belongs to one customer.

15
New cards

Data Retrieval

The process of finding and extracting information from a database.

16
New cards

Data Validation

The process of checking whether data is accurate, complete, consistent, and meets business requirements.

17
New cards

Data Accuracy

How correct and reliable the stored information is.

18
New cards

SELECT Statement

SQL command used to choose and retrieve specific columns from a database table.

19
New cards

WHERE Clause

SQL condition used to filter records based on specific criteria.

20
New cards

ORDER BY

SQL command used to sort query results in ascending or descending order.

21
New cards

GROUP BY

SQL command used to group rows with similar values so aggregate calculations can be performed.

22
New cards

Aggregate Function

A SQL function that calculates information from multiple rows.

23
New cards

COUNT()

SQL function used to count the number of records.

24
New cards

SUM()

SQL function used to add numerical values together.

25
New cards

AVG()

SQL function used to calculate the average value.

26
New cards

MIN()

SQL function used to find the smallest value.

27
New cards

MAX()

SQL function used to find the largest value.

28
New cards

INNER JOIN

SQL JOIN that returns only records where matching values exist in both tables.

29
New cards

LEFT JOIN

SQL JOIN that returns all records from the left table and matching records from the right table.

30
New cards

SQL JOIN

A method used to combine data from multiple related tables.

31
New cards

Data Analysis

The process of examining data to find patterns, trends, problems, and insights.

32
New cards

Business Insight

A useful conclusion discovered from analyzing data that helps improve decisions.

33
New cards

Trend

A pattern or change in data over time.

34
New cards

KPI

Key Performance Indicator. A measurable value used to track business performance.

35
New cards

Excel

Data analysis tool used to organize, clean, analyze, and present business information.

36
New cards

Data Cleaning

The process of correcting inaccurate, incomplete, duplicated, or inconsistent data.

37
New cards

Removing Duplicates

The process of deleting repeated records that represent the same information.

38
New cards

Sorting Data

Organizing information in a specific order, such as alphabetical or highest to lowest.

39
New cards

Filtering Data

Displaying only records that match specific conditions.

40
New cards

XLOOKUP

Excel function used to find information in one table and return a related value from another column.

41
New cards

VLOOKUP

Older Excel lookup function used to search for a value vertically and return related information.

42
New cards

IF Statement

Excel function that returns different results depending on whether a condition is true or false.

43
New cards

Pivot Table

Excel tool used to summarize large amounts of data and identify patterns quickly.

44
New cards

Excel Chart

A visual representation of data used to communicate trends and insights.

45
New cards

Dashboard

A visual report containing important metrics, charts, and KPIs for decision-making.

46
New cards

Basic Business Dashboard

A collection of charts and metrics that helps stakeholders quickly understand performance.

47
New cards

API

Application Programming Interface that allows different software systems to communicate and exchange data.

48
New cards

System Integration

The connection between different applications so they can share information.

49
New cards

Data Migration

The process of moving data from one system, database, or format to another.

50
New cards

Data Mapping

The process of matching data fields between two systems during integration or migration.

51
New cards

Database Schema

The structure and organization of a database, including tables, columns, and relationships.

52
New cards

Application Database

A database that stores information needed for a software application to function.

53
New cards

CRUD Operations

The four basic database actions: Create, Read, Update, and Delete.

54
New cards

Create Operation

Adding new records to a database.

55
New cards

Read Operation

Retrieving information from a database.

56
New cards

Update Operation

Changing existing information in a database.

57
New cards

Delete Operation

Removing information from a database.

58
New cards

Data Reporting

The process of collecting and presenting data in a meaningful format.

59
New cards

Stakeholder Reporting

Creating reports or dashboards that help business users understand performance and make decisions.