Database Systems: Key Concepts and Design Principles

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

1/23

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.

24 Terms

1
New cards

Good information

Information that aids in making good decisions, derived from raw data.

2
New cards

Data

Raw facts that are processed to reveal meaning.

3
New cards

Databases

Systems that manage data efficiently, evolved from file systems.

4
New cards

File systems

Traditional methods of storing data that databases have evolved from.

5
New cards

Data management problems

Challenges that databases solve in various fields such as business and research.

6
New cards

DB operations

Operations performed on databases that are crucial for application interactions.

7
New cards

Information

Processed data that reveals meaning and requires context for effective use.

8
New cards

Context

The necessary background information that allows data to be understood.

9
New cards

Metadata

Data about data, describing characteristics and relationships.

10
New cards

DBMS

Database Management System, a collection of programs managing database structure and access.

11
New cards

Data sharing

The ability to share data among multiple users through a DBMS.

12
New cards

Centralized database

A database located at a single site.

13
New cards

Distributed database

A database that is spread across multiple sites.

14
New cards

Operational database

A database used for day-to-day operations.

15
New cards

Data warehouse

A database that supports tactical and strategic decisions.

16
New cards

Unstructured data

Data that does not have a predefined data model.

17
New cards

Structured data

Data that adheres to a predefined schema.

18
New cards

Semi-structured data

Data that does not conform to a rigid structure but has some organizational properties.

19
New cards

Structural dependence

When file access depends on the structure of the database.

20
New cards

Structural independence

The ability to change the structure of the database without affecting access.

21
New cards

Data redundancy

The unnecessary storage of the same data in multiple places.

22
New cards

Anomalies

Errors that occur due to incomplete updates, including update, insertion, and deletion anomalies.

23
New cards

DBMS functions

Various roles performed by a DBMS, including data dictionary management, data storage management, and security management.

24
New cards

Backup & recovery management

DBMS function that preserves data integrity through backup and recovery processes.