Module 1 - Introduction to Database Management

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

1/37

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards for database management systems concepts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

38 Terms

1
New cards

Redundancy

The duplication of data, or the storing of the same data in more than one place.

2
New cards

Database

A collection of data organized in a manner that allows access, retrieval, and use of that data.

3
New cards

Data Redundancy

The duplication of data, or the storing of the same data in more than one place.

4
New cards

Relationship

An association between entities.

5
New cards

Relational Database

A collection of related tables of data.

6
New cards

Table

A person, place, event, item, or other transaction for which you want to store and process data. Also called an entity.

7
New cards

Attribute

A characteristic or property of an entity; also called a column or a field.

8
New cards

Field

A characteristic or property of an entity; also called an attribute or a column.

9
New cards

Entity

A person, place, event, item, or other transaction for which you want to store and process data. Also called a table.

10
New cards

Column

A characteristic or property of an entity; also called an attribute or a field.

11
New cards

Row

A collection of related fields. Also called a record or tuple.

12
New cards

Data File

A file that stores data about a single entity in one table or list.

13
New cards

One-to-Many Relationship

A relationship between two entities in which each occurrence of the first entity is related to many occurrences of the second entity, and each occurrence of the second entity is related to at most one occurrence of the first entity.

14
New cards

Many-to-Many Relationship

A relationship between three entities in which each occurrence of each entity can be related to many occurrences of each of the other entities.

15
New cards

Record

A collection of related fields that describe one item in a table; can be thought of as a row in a table. Also called a row or tuple.

16
New cards

Flat File

A file that stores data in lists that have no relationship to other lists.

17
New cards

Database Design

The process of creating the entities, attributes, and relationships between tables of data.

18
New cards

Forms

A screen object used to maintain and view data from a database.

19
New cards

Entity-Relationship (E-R) Diagram

A graphic model for database design in which entities are represented as rectangles and relationships are represented as either arrows or diamonds connected to the entities they relate. Also called an ERD.

20
New cards

Software Stack

A group of programs and technologies that commonly work together to build a digital solution. Also called a solution stack or technology stack.

21
New cards

Database Management System (DBMS)

A program through which users interact with the data stored in a database.

22
New cards

Reports

A database object that creates a professional printout of data.

23
New cards

Database Administrator

The person or group in charge of a database. Also called database administration (DBA).

24
New cards

Orphan Records

A record in the “many” (child) table that has no match in the “one” (parent) table in a one-to-many relationship.

25
New cards

Database Administration (DBA)

The person or group in charge of a database. Also called the database administrator.

26
New cards

Integrity Constraints

A rule that must be followed by data in a database.

27
New cards

Referential Integrity

A relational database concept that sets rules called integrity constraints on table relationships primarily to prevent the creation of orphan records.

28
New cards

Integrity

A database has integrity if the data in it satisfies all established integrity constraints.

29
New cards

Encryption

Converting the data in a database to a format that is indecipherable by anyone other than an authorized user.

30
New cards

Data Independence

A quality that allows you to change the structure of a database without requiring you to make major changes to the programs that access the database.

31
New cards

Big Data

The large volume of data produced by every digital process, system, sensor, mobile device, and even social media exchange.

32
New cards

Data Security

Protection of data from threats including the prevention of unauthorized access to the database, encryption of data as it travels through a network, protection against data corruption, and protection against all other electronic and physical attacks to the data.

33
New cards

Unstructured Data

Data not organized or easily interpreted by traditional databases or data models, which may involve a lot of text and metadata.

34
New cards

Structured Data

Data that is traditional in its retrieval and storage in database management systems.

35
New cards

Metadata

Descriptive data stored with input sources.

36
New cards

NoSQL

A database management system such as MongoDB that uses a document model made up of collections and documents to store data.

37
New cards

Algorithm

A defined set of steps to solve a problem.

38
New cards

Data Analysts

A job title for a person who uses tools and algorithms to mine a database for answers, information, trends, and insights in internal organization data.