Transcript
Page 1: Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational

1

Technology In Action Chapter 11

Databases and…

• Databases and their uses• Database components• Types of databases• Database management systems• Relational databases• Data warehouses and data marts• Information systems• Data mining

NEXT SLIDE

Page 2: Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational

2

Technology In Action Chapter 11

Databases

• Electronic collections of related data

• Help us organize data

• Turn data into information

NEXT SLIDE

Page 3: Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational

3

Technology In Action Chapter 11

Advantages of Using Databases

• Store and retrieve large quantities of information

• Data centralization

• Data integrity

• FlexibilityStudent housing

Financial AidRecording grades

Student Registration

Parents

Student Information Database

NEXT SLIDE

Page 4: Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational

4

Technology In Action Chapter 11

Database Terminology

• Field:– Category of information

displayed in columns

• Data types:– Text– Numeric– Date– Memo– Object– Hyperlink

Field Name

One Field

NEXT SLIDE

Page 5: Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational

5

Technology In Action Chapter 11

Database Terminology

Record

Table

Primary Key

• Record:– A group of related

fields

• Table:– A group of related

records

• Primary key:– A field value unique to

a record

NEXT SLIDE

Page 6: Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational

6

Technology In Action Chapter 11

Database Types• Relational databases:

– Organize data in a table– Link tables to each other through their

primary keys

• Object-oriented databases:– Stores data in objects– Handles unstructured data

• Object-relational databases:– A hybrid of a relational and object-oriented

databaseNEXT SLIDE

Page 7: Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational

7

Technology In Action Chapter 11

Database Management Systems (DBMS)

• Application software designed to acquire and analyze data

• Four main operations of a DBMS are:– Creating databases and entering data– Viewing and sorting data– Extracting data– Outputting data

NEXT SLIDE

Page 8: Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational

12

Technology In Action Chapter 11

Relational Database Operations

• Relational databases organize data into tables based on logical groupings

• Relationships are links between tables with related data

• Common fields between tables need to exist

• Normalization of data (recording data once) reduces data redundancy

NEXT SLIDE

Page 9: Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational

13

Technology In Action Chapter 11

Data Storage

• Data warehouses:– A large scale

repository of data– Organizes all the data

related to an organization

– Data is organized by subject

NEXT SLIDE

Page 10: Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational

14

Technology In Action Chapter 11

Data marts• Small slices of data• Data of a single

department

Data warehouse illustration

Source data• Internal• External• Customers

Data staging• Extract data from

source• Reformat the data• Store the data

Populating Data Warehouses

NEXT SLIDE

Page 11: Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational

16

Technology In Action Chapter 11

Managing Data: Information Systems

• Information systems:– Software-based solutions used to gather and

analyze information

• Functions performed by information systems include:– Acquiring data– Processing data into information– Storing data– Providing output options

NEXT SLIDE

Page 12: Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational

17

Technology In Action Chapter 11

Information Systems Categories

• Office support

• Transaction processing

• Management

• Decision support

NEXT SLIDE

Page 13: Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational

22

Technology In Action Chapter 11

Data Mining

• Process by which data are analyzed and investigated

• Objective is to spot patterns or trends within the data

NEXT SLIDE

Page 14: Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational

23

Technology In Action Chapter 11

Data Mining Methods

• Classification:– Define data classes

• Estimation:– Assign a value to data

• Affinity grouping or association rules:– Determine which data goes together

• Clustering:– Organize data into subgroups

• Description and visualization:– Provides a clear picture of what is happening

NEXT SLIDE


Top Related