Data Management and Databases

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

flashcard set

Earn XP

Description and Tags

Flashcards covering key vocabulary and concepts from the lecture notes on data management and databases.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Manual Data Management Era

Data stored in physical paper files with paper-based records, ledgers, and manual bookkeeping.

2
New cards

Electronic Data Processing

Relied on punch cards and magnetic tape for data storage; more efficient than paper records.

3
New cards

Database Management System (DBMS)

The concept of storing, structuring, and manipulating information independently of a specific machine.

4
New cards

Relational Database

A database that organizes data into tables with well-defined relationships in rows and columns.

5
New cards

Data Warehouse

Centralized repository that stores integrated data from multiple sources for analysis and decision-making.

6
New cards

Data Schema

The physical structure or blueprint that implements the data model, describing exactly how data are stored.

7
New cards

Database Model

The logical structure of how data is stored, organized, and manipulated.

8
New cards

Field Names (Columns)

Represent attributes of entities in a database table.

9
New cards

Records (Rows)

Represent an individual instance of data in a database table, uniquely identified by a primary key.

10
New cards

Fields (Columns)

Define the structure of a table by specifying the type of data each entry will hold.

11
New cards

Tables (Relations)

Represent an entity and are made up of a set of records and fields that hold the data.

12
New cards

Primary Key (PK)

Uniquely identifies a row in a table, can be single column or composite keys.

13
New cards

Foreign Key

Column in one table that refers to the primary key of another table, establishing a link between the tables.

14
New cards

Conceptual Data Model

High-level and abstract model that identifies entities and relationships.

15
New cards

Logical Data Model

More detailed model that includes entities, attributes, primary and foreign keys, and relationships, independent of a specific DBMS.

16
New cards

Physical Data Model

Describes how data will be physically stored, including table names, column types, field sizes, indexing, and constraints, tailored to a specific database system.

17
New cards

Data Normalization

Refinement process and a systematic approach to restructuring data in a database to eliminate data redundancy.

18
New cards

Dimensional Modeling

Design approach used in data warehousing that structures data for easy querying and analysis, revolving around facts and dimensions.

19
New cards

Star Schema

Simplest and most commonly used model in data warehousing for faster query performance and simplicity.

20
New cards

Snowflake Schema

More complex variant where dimension tables are normalized into sub-tables, reducing redundancy but increasing complexity.

21
New cards

Top-Down Approach

Building a complete enterprise data warehouse first to ensure consistency and integration across departments.

22
New cards

Bottom-Up Approach

Data marts are created first and then combined into one all-inclusive data warehouse.

23
New cards

Staging Area

Temporary storage area used during the ETL (Extract, Transform, Load) process for data warehousing.

24
New cards

Data Storage Layer

Stores data that has been extracted and transformed, typically in a centralized location such as a data warehouse.

25
New cards

Data Hierarchy

Different levels at which data is organized, ranging from the smallest individual unit to the largest system.