DATABASES

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

1/17

flashcard set

Earn XP

Description and Tags

These flashcards cover key vocabulary terms and definitions related to databases, aiding in the understanding of fundamental concepts in database management systems.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Database

A collection of data and information organized for easy access, management, and updates.

2
New cards

DBMS (Database Management System)

A set of software programs that control the organization, storage, management, and retrieval of data in a database.

3
New cards

RDBMS (Relational Database Management System)

A type of DBMS that organizes data into related tables.

4
New cards

ACID properties

A set of properties (Atomicity, Consistency, Isolation, Durability) that ensure reliable transactions in a database.

5
New cards

Data integrity

The accuracy and consistency of data in a database.

6
New cards

Data validation

The process of ensuring that the data entered into a database is accurate and meets certain criteria.

7
New cards

Data verification

The process of checking that data corresponds to an original source.

8
New cards

Schema

The logical structure of a database, which includes the tables, fields, and relationships.

9
New cards

Redundant data

Data that is duplicated in multiple places, often leading to data inconsistency.

10
New cards

Referential integrity

A property of a database that ensures relationships between tables remain consistent.

11
New cards

Transaction

A single logical operation that interacts with a database, which can include operations such as updating or retrieving data.

12
New cards

Concurrency

The ability of the database to allow multiple users to access and modify data at the same time.

13
New cards

Normalization

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

14
New cards

Entity-relationship diagram (ERD)

A visual representation of the entities within a database and their relationships to one another.

15
New cards

Simple query

A query that retrieves data using one parameter value.

16
New cards

Complex query

A query requiring multiple parameter values, often involving Boolean operators.

17
New cards

Data mining

The process of analyzing data from different perspectives and summarizing it into useful information.

18
New cards

Data matching

The process of comparing records from different databases to identify similarities and differences.