ch1

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

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:09 PM on 11/11/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards

Database Management System (DBMS)

A software system that facilitates the creation, manipulation, and management of databases.

2
New cards

Data Manipulation Language (DML)

A language used to express database queries and updates.

3
New cards

Data Definition Language (DDL)

A syntax for defining the database schema.

4
New cards

Transactions

A collection of operations that performs a single logical function in a database application.

5
New cards

Concurrency Control

Management of simultaneous operations in a database to ensure integrity and consistency.

6
New cards

Data Independence

The separation of data from the applications that use the data, allowing changes without affecting access methods.

7
New cards

Normalization

The process of organizing data in a database to reduce redundancy and improve data integrity.

8
New cards

Entity-Relationship Model

A diagrammatic representation of entities and their relationships within a database.

9
New cards

XML

A markup language that defines rules for encoding documents in a format that is both human-readable and machine-readable.

10
New cards

Storage Manager

A module that interacts with the operating system's file manager and is responsible for storing, retrieving, and updating data.

11
New cards

Query Processing

The process of transforming a user query into a form that can be executed to retrieve results.

12
New cards

Transaction Management

Ensures that the database remains in a consistent state despite errors or failures.

13
New cards

Integrity Constraints

Rules that ensure the accuracy and integrity of data in the database.

14
New cards

Physical Data Independence

The capacity to change the storage devices without needing to change the application programs.

15
New cards

Data Redundancy

The unnecessary duplication of data within a database.

16
New cards

Data Isolation

The situation that occurs when data is duplicated in different files, making it difficult to manage.

17
New cards

Relational Database

A type of database that stores data in tabular form, allowing for relationships between tables.

18
New cards

Relational Algebra

A procedural query language that works on relational data, primarily used for database operations.

19
New cards

SQL

Structured Query Language, the most widely used language for querying and managing databases.

20
New cards

Big Data

Large and complex data sets that traditional data-processing software is inadequate to deal with.

21
New cards

Data Dictionary

A repository of information about the data in the database, including schema, relationships, and constraints.