Chapter 1: Databases – Vocabulary Flashcards

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/33

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms from the lecture notes on databases and database architectures.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

34 Terms

1
New cards

Schema

Structure and organization of the database.

2
New cards

Attribute

A relevant piece of information about the things of interest.

3
New cards

Relationship

A connection between things of interest.

4
New cards

Database

A structured collection of data stored for information retrieval and management.

5
New cards

Database Approach

An information system consisting of three components: the DBMS, the data, and the application software.

6
New cards

DBMS (Database Management System)

Software that manages data, allowing definition, manipulation, and access control within a database.

7
New cards

Data Definition

Providing a way to define and build the database.

8
New cards

Data Manipulation

Providing a way to insert and update data in the database.

9
New cards

Query Execution

Answering questions about the data in the database.

10
New cards

Data Integrity

Ensuring that data stored is well formed.

11
New cards

Data Security

Enforcing restrictions about who is able to access what data.

12
New cards

Data Portability

Providing a means for backup and restore.

13
New cards

Data Recovery

Protecting data from loss in a catastrophic hardware or software failure.

14
New cards

Provenance

Logging capabilities to provide an audit trail for data changes.

15
New cards

Performance

Providing a means to tune and optimize operation.

16
New cards

Multiuser Concurrency

Supporting the activities of many users at the same time.

17
New cards

Automatic Processing

Providing a way to define rules to execute business logic (e.g. stored procedures and triggers).

18
New cards

Mainframe

A large-scale central computer system where DBMS and data are accessed via terminals.

19
New cards

Desktop

A single-person computer architecture; DBMS runs on a desktop PC.

20
New cards

File Server

Architecture using a file server to store data and run DBMS, accessed over a network.

21
New cards

Client-Server

Architecture with a database server providing data to applications across a network.

22
New cards

Web

Web-based architecture with a database server, web server, and browsers over the Internet.

23
New cards

OLTP

Online Transaction Processing; day-to-day processes with rapid, real-time inserts/updates and normalized data.

24
New cards

OLAP

Online Analytical Processing; strategic decision making with large, often denormalized data and complex queries.

25
New cards

TPS

Transaction Processing System; supports daily activities by capturing transactions and presenting detailed information.

26
New cards

MIS

Management Information System; uses TPS data to generate management reports and forecast trends.

27
New cards

DSS

Decision Support System; supports strategic decisions using internal and external data with modeling tools.

28
New cards

Data Warehouse

A database designed for analyzing, querying, and reporting; often composed of data marts.

29
New cards

Data Mart

A smaller data warehouse focusing on a specific type of data.

30
New cards

ETL

Extract, Transform, Load; process of loading data into a data warehouse.

31
New cards

Data Mining

Technique to analyze and extract information from massive databases.

32
New cards

Internal Data

Operational data produced within the organization.

33
New cards

External Data

Data purchased from outside sources.

34
New cards

Raw Data

Data before ETL transformation.