Unit 3 MIS 213 - Storing and Organizing Information VOCAB

0.0(0)
studied byStudied by 2 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/26

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key database concepts, storage architectures, and data-management terms from the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards

Database

An organized collection of data.

2
New cards

Relational Database

Stores data in connected two-dimensional tables; the dominant type of database for business.

3
New cards

DBMS

Software that creates, maintains, and uses databases.

4
New cards

Table

A collection of rows and columns that represents an entity in a database.

5
New cards

Field

A column or attribute; a characteristic of the thing being stored.

6
New cards

Primary Key (PK)

A unique identifier for each row in a table.

7
New cards

Composite Primary Key

A primary key made up of more than one field.

8
New cards

Foreign Key

A field that references a primary key in a related table to link tables.

9
New cards

Relationship

Cross-referencing of tables that links related data.

10
New cards

One-to-Many Relationship (1:M)

A row in one table relates to many rows in another.

11
New cards

Many-to-Many Relationship

Rows in one table relate to many rows in another; requires a linking/intersection table.

12
New cards

Linking Table

A table that links two related tables to support a many-to-many relationship.

13
New cards

ERD (Entity-Relationship Diagram)

A diagram showing entities (tables) and the relationships between them.

14
New cards

Database Schema

The blueprint of the database structure, including tables, keys, and relationships.

15
New cards

NAS (Network-Attached Storage)

Storage using file servers to expand capacity with fast connections.

16
New cards

DAS (Direct-Attached Storage)

Storage directly attached to a computer; fast access but limited scalability.

17
New cards

Data Lake

Huge volumes of data stored in original format with identifiers/tags; schema not defined until data are needed.

18
New cards

ETL (Extract, Transform, Load)

Process to extract data from sources, transform it, and load it into a target system.

19
New cards

SQL (Structured Query Language)

Language used to query structured data in databases.

20
New cards

NoSQL (Not Only SQL)

Databases designed for unstructured data with greater scalability and ad hoc queries; often schema-on-read.

21
New cards

Big Data

Vast data volumes beyond traditional processing tools, often terabytes to petabytes.

22
New cards

Data Analytics

Interpretation of data to extract meaning, regardless of storage method.

23
New cards

Online Databases

Databases available over the internet that provide sources and pointers for research.

24
New cards

Spreadsheets

Good for analyzing and visually displaying information; prone to redundancy and data integrity issues when used as a data store.

25
New cards

Redundancy

Duplication of data across storage, leading to inconsistencies and higher error risk.

26
New cards

Inconsistency

Conflicting or erroneous data values across records.

27
New cards

Data Integrity

Accuracy and consistency of data throughout its lifecycle.