Database - Flashcards

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

1/20

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.

21 Terms

1
New cards

Database

A collection of data stored for a specific purpose.

2
New cards

Database Management System (DBMS)

A software system that allows you to define, construct, and manipulate databases for various purposes.

3
New cards

Data Redundancy

The unnecessary duplication of data within a database, which is prevented by a DBMS.

4
New cards

Database Security

The protection of a database by restricting user access.

5
New cards

Flat File Database

A simple text file that stores data in a single table.

6
New cards

Relational Database

A complex database that stores information in multiple tables.

7
New cards

Database Design

A system that stores and retrieves data systematically from the database.

8
New cards

Efficiency

A factor to consider in database design that relates to the performance and speed of data retrieval.

9
New cards

Integrity

A factor in database design that ensures the accuracy and consistency of data.

10
New cards

Privacy

A factor in database design that protects personal information from unauthorized access.

11
New cards

Security

A factor in database design that safeguards data against threats and breaches.

12
New cards

Flexibility

A factor in database design that allows for easy modifications and adaptations to the database structure.

13
New cards

Data Model

A framework that determines the structure of data in a database, serving as its foundation.

14
New cards

Hierarchical Model

A data model where data is organized into a tree-like structure.

15
New cards

Network Model

A data model where a record can have multiple parent and child records.

16
New cards

Relational Model

A data model that represents a database as a collection of relation values resembling a two-dimensional table.

17
New cards

Object-Oriented Model

A type of data model that incorporates object-oriented programming principles.

18
New cards

Object-Relational Model

A data model that combines features of both relational and object-oriented models.

19
New cards

Domain

The set of defined atomic values for an attribute in a database.

20
New cards

Attribute

The name of a role played by a domain in a relation.

21
New cards

Tuple

Each row in a relation, representing a set of related data values.