Database Management Systems

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

These flashcards cover key terms and concepts related to Database Management Systems, including definitions and descriptions to aid in understanding the subject.

Last updated 8:01 AM on 4/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

Database Management System (DBMS)

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

2
New cards

Entity-Relationship (ER) Model

A high-level conceptual data model for designing database applications by representing entities, attributes, and relationships.

3
New cards

Data Independence

The capacity to change the schema at one level of a database system without having to change the schema at the next higher level.

4
New cards

Structured Data

Data that is organized in a highly defined manner, typically in rows and columns, as in relational databases.

5
New cards

Unstructured Data

Data which is not organized in a predefined manner and does not fit well into a conventional database structure.

6
New cards

Semi-Structured Data

Data that does not reside in a relational database but has some organizational properties that make it easier to analyze.

7
New cards

Normalization

The process of structuring a relational database to reduce data redundancy and improve data integrity.

8
New cards

Weak Entity

An entity that does not have a primary key and depends on a strong entity for its existence.

9
New cards

Strong Entity

An entity that has a primary key and does not depend on any other entity for its existence.

10
New cards

Cardinality

The number of instances of one entity that can be associated with instances of another entity.

11
New cards

Atomicity Property

Ensures that either all the database operations in a transaction are executed or none are.

12
New cards

Isolation Property

Ensures that each transaction appears to execute in isolation from other transactions.

13
New cards

Data Abstraction

The characteristic that allows program-data independence and program operation independence.

14
New cards

Concurrency Control

Mechanisms used by DBMS to ensure multiple users can access data in a controlled manner.

15
New cards

Meta Data

Data that describes other data, stored in the DBMS catalog to define the structure of the primary database.

16
New cards

Three-Schema Architecture

A framework for data management that separates the external view, conceptual schema, and internal schema.

17
New cards

Schema Evolution

The process of changing a schema to meet the changing requirements of an application.

18
New cards

Participation Constraints

Rules that specify whether the existence of an entity depends on being related to another entity.