ITD130 Module2 Lecture Database Concepts and Fundamentals

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

Database

A collection of related data organized for quick access, using tables formatted in rows and columns.

2
New cards

Data Warehouse

A system that consolidates historical data captured from various sources.

3
New cards

Data Mining

The process of analyzing data from data warehouses to find statistical trends.

4
New cards

Relational Data

The most popular data model, focusing on transactional data and following the ACID model.

5
New cards

ACID Model

A set of principles that ensures database transactions are processed reliably: Atomicity, Consistency, Isolation, Durability.

6
New cards

Atomicity

A principle stating that all parts of a transaction must be completed successfully; otherwise, the entire transaction fails.

7
New cards

Consistency

A principle that ensures only valid data is written into a database.

8
New cards

Isolation

A principle requiring that transactions occurring concurrently do not affect each other's execution.

9
New cards

Durability

A principle ensuring that completed transactions are permanently recorded in the database.

10
New cards

Data Consistency

The assurance that data is accurate and reliable throughout the database.

11
New cards

Data Redundancy

The unnecessary duplication of data in a database, which can lead to inconsistency.

12
New cards

Missing Data

Refers to data that is absent and cannot be utilized.

13
New cards

Database Management System (DBMS)

A software system that interacts with databases to store, modify, and extract data.

14
New cards

Metadata

Data that describes other data, including health, personal, and financial information.

15
New cards

Entity

A distinct object or thing in a database that can be identified and stored.

16
New cards

Attributes

Characteristics or properties of an entity in a database that describe it.

17
New cards

Relationship

The way entities are related to each other in a database, such as 1:1, 1:M, or M:M.

18
New cards

View

A virtual representation of physical data that combines parts of entities to create a virtual table.

19
New cards

Database Types

Different formats of databases, including Relational, Object Oriented, and Data Warehouses.