Chapter 3 MIS

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 25

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

26 Terms

1

Insertion Anomaly

Difficulty adding data without required fields.

New cards
2

Deletion Anomaly

Loss of data when related records are deleted.

New cards
3

Foreign Key

Field linking one table to another.

New cards
4

Primary Key

Unique identifier for table records.

New cards
5

One-to-Many Relationship

One entity linked to multiple entities.

New cards
6

Table Structure

Defines columns and data types in a table.

New cards
7

Multi-Table Database

Database design using multiple related tables.

New cards
8

Entity-Relationship Diagram (ERD)

Visual representation of relationships between tables in a database.

New cards
9

Problems with Single Table Design

Update Anomaly
Insertion Anomaly
Deletion Anomaly

New cards
10

Update Anomaly

Inconsistent data due to missed updates.

New cards
11

Data Redundancy

Unnecessary duplication of data in different databases/tables.

New cards
12

Scalability

Ability to handle increased data volume.

New cards
13

Data Integrity

Accuracy and consistency of stored data.

New cards
14

Data Volume

Amount of data managed by an organization.

New cards
15

Dependency Bubble Diagram

Visual tool for understanding functional data dependencies. Depicts relationships between attributes in tables.

New cards
16

Relational Database

Stores data in two-dimensional tables (rows and columns).

New cards
17

Table

Consists of rows (tuples/records) and columns (attributes/fields).

New cards
18

Entity

A category of things, people, or events in the database.

New cards
19

Attributes

Information about each entity, stored as columns in a table.

New cards
20

Atomic Information

Each cell contains a single piece of information.

New cards
21

Composite Key

A primary key that is made by the combination of more than one field/column.

New cards
22

Partial Dependency

In normalization, a condition in which an attribute is dependent on only a portion (subset) of the primary key.

New cards
23

Transitive Dependency

A condition in which an attribute is dependent on another attribute that is not part of the primary key.

New cards
24

Functional Dependencies

When non-candidate keys (like partial or transitive dependencies) determine other fields.

New cards
25

Normalization

The process of applying rules to a database design to ensure that information is divided into the appropriate tables. Reduces redundancy and organizes data efficiently.

New cards
26

Many-to-Many Relationship

In databases, a relationship in which one record in Table A can relate to many matching records in Table B, and vice versa. Often requires intermediary table.

New cards
robot