Chapter 6 - Valuing and Storing Organizational Information -Databases

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

1/22

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.

23 Terms

1
New cards

Primary Traits of Data

data type

data timeliness

data quality

data governance

2
New cards

Transactional Data

all data contained within a single business process or unit of work

primary purpose is support of daily operational tasks

3
New cards

Analytical Data

all organizational data

primary purpose is support of managerial analysis tasks

4
New cards

Real-Time Data

immediate, up-to-date data

5
New cards

Real-Time System

provides real-time data in response to requets

6
New cards

High-Quality Data Characteristics

accurate

complete

consistent

unique

timely

7
New cards

Data traps to avoid

data inconsistency

data integrity issues

8
New cards

Potential Business Effects Resulting from Low Quality Data

inability to accurately track customers

difficulty identifying valuable customers

inability to identify selling opportunites

marketing to nonexistent customers

difficulty tracking revenue

inability to build strong customer relationships

9
New cards

Data Governance

overall management of the availability, usability, integrity, and security of company data

10
New cards

Master Data Management (MDM)

the practice of gathering data and ensuring it is uniform, accurate, consistent, and complete

11
New cards

Data Validation

tests and evaluations used to determine compliance with data governance policies to ensure data correctness

12
New cards

Database

maintains data about various type of items

objects (inventory)

events (transactions)

people (employees)

places (warehouse)

13
New cards

Database Management Systems (DBMS)

allows users to create, read, update, and delete data in a relational database

14
New cards

Data Element

the smallest or basic unit of data

15
New cards

Data Model

logical data structures detailing the relationships among data elements using graphics or pictures

16
New cards

Metadata

details about data

17
New cards

Data Dictionary

complies all of the metadata about the data elements in the data model

18
New cards

Entity

a person, place, thing, transaction, or event about which data is stored

the rows in a table

19
New cards

Attribute (field)

the data elements associated with an entity

the columns in a table

20
New cards

Record

a collection of related data elements

21
New cards

Primary Key

a field (or group of fields) that uniquely identifies a given entity in a table

22
New cards

Foreign Key

a primary key of one table that appears as an attribute in another table and acts to provide a logical relationship among the two tables

23
New cards

Reasons using Rational Database

increased flexibility

increased scalability and performance

reduced data redundance

increased data integrity

increased data security