DBMS Flashcards

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

1/29

flashcard set

Earn XP

Description and Tags

Flashcards for reviewing DBMS lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

Data

Known facts that can be recorded and have implicit meaning.

2
New cards

Information

Processed, organized, structured, or presented data in a given context.

3
New cards

Database

A collection of interrelated data.

4
New cards

DBMS (Database Management System)

A collection of interrelated data and a set of programs to access that data.

5
New cards

Database System

Database and DBMS collectively, a computerized record-keeping system.

6
New cards

Conceptual Schema

A database designer's conceptual view of the database.

7
New cards

Data Definition Language (DDL)

Used to perform the translation from the conceptual schema to the database description.

8
New cards

Passive Database Management System

A program-driven system where users query the current state of the database.

9
New cards

Active Database Management System

A data-driven or event-driven system where users specify the information they need.

10
New cards

File Processing System

A collection of files and programs that access or modify these files.

11
New cards

Data Redundancy

The duplication of the same piece of information in several files.

12
New cards

Data Inconsistency

A situation where various copies of the same data no longer agree.

13
New cards

Data Isolation

Data scattered in various files, making it difficult to write new application programs to retrieve appropriate data.

14
New cards

Concurrent Access Anomalies

Interaction of concurrent updates may result in inconsistent data.

15
New cards

Integrity Problems

The data values stored in the database must satisfy certain types of consistency constraints.

16
New cards

Atomicity Problems

Ensuring that a transaction happens entirely or not at all.

17
New cards

Data Sharing

Data can be shared by authorized users of the organization.

18
New cards

Data Integration

Data in a database is stored in tables, and relationships can be created between tables for easy retrieval and updates.

19
New cards

Integrity Constraints

Consistency rules applied to a database to ensure correct data entry.

20
New cards

Data Security

Protection of the database from unauthorized users.

21
New cards

Data Atomicity

A transaction in commercial databases is referred to as atomic unit of work.

22
New cards

Physical Level (Data Abstraction)

The lowest level of abstraction, describing how data is actually stored.

23
New cards

Logical Level (Data Abstraction)

Describes what data is stored in the database and the relationships among the data.

24
New cards

View Level (Data Abstraction)

The highest level of abstraction, describing only part of the entire database.

25
New cards

Physical Data Independence

The ability to modify the physical scheme without causing application programs to be rewritten.

26
New cards

Logical Data Independence

The ability to modify the conceptual scheme without causing application programs to be rewritten.

27
New cards

Instance (of a Database)

The collection of information stored in the database at a particular moment.

28
New cards

Schema (of a Database)

The overall design of the database.

29
New cards

Storage Manager

A program module that provides the interface between the low-level data stored in the database and the application programs and queries submitted to the system.

30
New cards

Query Processor

Helps the database system to simplify and facilitate access to data.