Chapter 17: Databases, Analytics, and Prepping Data for Use with AI

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

1/38

flashcard set

Earn XP

Description and Tags

Vocabulary terms covering data management, relational databases, cloud computing models, and various types of data analytics as presented in Chapter 17.

Last updated 5:53 PM on 6/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

39 Terms

1
New cards

Data

Raw facts, figures, observations, or measurements that have not yet been processed into meaningful information.

2
New cards

Information

Data that has been processed, organized, and presented in a context so that it is useful for decision-making.

3
New cards

Knowledge

The insight derived from experience and expertise; the understanding, experience, insights, and skills gained from information and learning.

4
New cards

Legacy Systems

Older information systems built using outdated technologies that are often difficult to integrate with modern systems and are not aligned with a firm's current business needs.

5
New cards

Online Analytical Processing (OLAP)

A technology that helps users analyze and summarize large amounts of data from multiple perspectives using data cubes.

6
New cards

Transaction Processing Systems (TPS)

Information systems that record, process, and store routine business transactions, such as sales, bank withdrawals, and customer purchases.

7
New cards

Database Management System (DBMS)

Software used to create, store, maintain, and manage databases.

8
New cards

Relational Database Management System (RDBMS)

The most widely used type of DBMS, which stores data in related tables.

9
New cards

Structured Query Language (SQL)

The standard and most widely used language for creating, managing, and querying data in relational database management systems.

10
New cards

Business Intelligence (BI)

The process of collecting, analyzing, and presenting business data to support informed decision-making through reporting, data exploration, and ad hoc queries.

11
New cards

Artificial Intelligence

A class of computer software that seeks to reproduce or mimic human thought, decision-making, or brain functions.

12
New cards

Canned Reports

Predefined reports that provide regular summaries of information in a standard format and are generated automatically.

13
New cards

Database Administrator (DBA)

A person responsible for managing, maintaining, securing, and ensuring the efficient operation of a database.

14
New cards

Table (also called a File)

A collection of related data organized into rows and columns.

15
New cards

Record (also called a Row)

A complete set of related information about one item or person in a table.

16
New cards

Field (also called a Column)

A single piece of information within a record.

17
New cards

Relational Database

A database that stores data in multiple related tables connected through common keys.

18
New cards

Serverless Computing

A cloud computing model where the cloud provider manages infrastructure (servers, storage, scaling) so developers can focus on deploying code.

19
New cards

Transaction

A business event or exchange that can be recorded and tracked, such as a sale, payment, deposit, or withdrawal.

20
New cards

Loyalty Program

A rewards system that encourages repeat purchases and helps businesses collect customer data and understand buying behavior.

21
New cards

Customer Relationship Management (CRM)

A system that helps businesses track, manage, and analyze customer interactions to improve service, sales, and marketing.

22
New cards

Supply Chain Management (SCM)

A system that manages the flow of goods, information, and services from suppliers to customers to improve efficiency.

23
New cards

Enterprise Resource Planning (ERP)

An enterprise software system that integrates and manages core business functions like HR, inventory, and operations within a single platform.

24
New cards

Analytics

The process of transforming raw data into meaningful information using statistical analysis and predictive models to identify patterns and solve problems.

25
New cards

Descriptive Analytics

A type of analytics that identifies what happened.

26
New cards

Diagnostic Analytics

A type of analytics that identifies why something happened.

27
New cards

Predictive Analytics

A type of analytics that identifies what is likely to happen.

28
New cards

Prescriptive Analytics

A type of analytics that identifies what should be done.

29
New cards

Dashboards

A heads-up display of critical indicators that provides a graphical glance at key performance metrics.

30
New cards

Data Cloud

Refers to a cloud service that provides tools to extract and transform data from disparate sources so that it can be interrogated.

31
New cards

Data Lake

A storage system that holds large volumes of raw, structured, and unstructured data in its original format from multiple sources.

32
New cards

Data Swamp

A poorly managed data lake where data is disorganized, difficult to access, and hard to analyze, making it not useful for decision-making.

33
New cards

Data Mining

The process of using computers to identify hidden patterns in, and to build models from, large datasets.

34
New cards

Machine Learning (ML)

A type of AI often defined as software with the ability to learn or improve accuracy without being explicitly programmed.

35
New cards

Data Warehouse

A collection of databases designed to support decision-making by storing and organizing large amounts of data from different systems.

36
New cards

Data Mart

A smaller, specialized database focused on a specific department, business unit, or problem.

37
New cards

Data Cube

A special database structure used in OLAP that stores data in multiple dimensions for fast analysis.

38
New cards

Primary Key

A unique value in a field that refers to only one record and never occurs in that same field for another record in the table.

39
New cards

Foreign Key

A key that can occur many times over multiple records in a table but relates back to a primary key in another table.