MNG 3204: Foundation of Business Intelligence

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

1/20

flashcard set

Earn XP

Description and Tags

Flashcards about Database and Information Management

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

Database Management System (DBMS)

Software that permits an organization to centralize data, manage them efficiently, and provide access to the stored data by application programs.

2
New cards

Accurate Information

Accurate information is free of errors.

3
New cards

Timely Information

Information is timely when it is available to decision makers when it is needed.

4
New cards

Relevant Information

Information is relevant when it is useful and appropriate for the types of work and decisions that require it.

5
New cards

Data Hierarchy

A computer system organizes data in a hierarchy that starts with bits and bytes and progresses to fields, records, files, and databases.

6
New cards

Bit

The smallest unit of data a computer can handle.

7
New cards

Byte

A group of bits that represents a single character.

8
New cards

Traditional File Environment Problems

Problems with traditional environment: Data Redundancy and Inconsistency, Program-Data Dependence, Lack of Flexibility, Poor Security, Lack of Data Sharing and Availability

9
New cards

DBMS and Data Redundancy

DBMS reduces data redundancy and inconsistency by minimizing isolated files in which the same data are repeated; helps to control redundancy.

10
New cards

Relational Database Operations

Three basic operations used to develop useful sets of data in a relational database: select, join, and project.

11
New cards

Select Operation

Creates a subset consisting of all records in the file that meet stated criteria; a subset of rows that meet certain criteria.

12
New cards

Join Operation

Combines relational tables to provide the user with more information than is available in individual tables.

13
New cards

Project Operation

Creates a subset consisting of columns in a table, permitting the user to create new tables that contain only the information required.

14
New cards

Data Manipulation Language

A specialized language used to add, change, delete, and retrieve data in a database.

15
New cards

Conceptual (Logical) Design

An abstract model of the database from a business perspective.

16
New cards

Physical Design

Shows how the database is actually arranged on direct-access storage devices.

17
New cards

Conceptual Data Model

High-level representation of a database design that explains how data interrelate and what kind of data should be stored.

18
New cards

Logical Data Model

Used to build the database structure and explain the data from a technical perspective; serves as the basis for the creation of a physical data model.

19
New cards

Physical Data Model

Specific to the application and database to be incorporated; used to design the tables and fields that store database data; represents a database design for a specific DBMS.

20
New cards

Normalization

The process of creating small, stable, yet flexible and adaptive data structures from complex groups of data to minimize redundant data elements and awkward many-to-many relationships.

21
New cards

Data Warehouse

A database that stores current and historical data of potential interest to decision makers throughout the company; consolidates and standardizes information from different operational databases.