0% found this document useful (0 votes)
2 views16 pages

Intro to DBMS - part 1

This document introduces the concepts of database systems and their significance in data management. It outlines the differences between data and information, the evolution of databases from file systems, and the role of Database Management Systems (DBMS) in managing data. Additionally, it highlights the advantages of using a DBMS, such as improved data integration, security, and decision-making capabilities.

Uploaded by

jamie9tartt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views16 pages

Intro to DBMS - part 1

This document introduces the concepts of database systems and their significance in data management. It outlines the differences between data and information, the evolution of databases from file systems, and the role of Database Management Systems (DBMS) in managing data. Additionally, it highlights the advantages of using a DBMS, such as improved data integration, security, and decision-making capabilities.

Uploaded by

jamie9tartt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

Management information system

Intro to DBMS part 1

©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
11e Database Systems
Design, Implementation, and Management

Coronel | Morris

Chapter 1
Database Systems
©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Learning Objectives
 In this chapter, you will learn:
 The difference between data and information
 What a database is, the various types of databases, and
why they are valuable assets for decision making
 The importance of database design
 How modern databases evolved from file systems

©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part. 3
Learning Objectives
 In this chapter, you will learn:
 About flaws in file system data management
 The main components of the database system
 The main functions of a database management system
(DBMS)

©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part. 4
Data vs. Information
Data Information
 Raw facts  Produced by processing data
 Raw data - Not yet been  Reveals the meaning of data
processed to reveal the  Enables knowledge creation
meaning
 Should be accurate, relevant, and
 Building blocks of information
timely to enable good decision
 Data management making
 Generation, storage, and  The key to survival in the
retrieval of data information age!

©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part. 5
Transforming Raw Data into Information

©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Transforming Raw Data into Information
(continued)

©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Transforming Raw Data into Information

Simple
Statistics

©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Transforming Raw Data into Information
(continued)

Visualizations

©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Information Is Subjective
 Information in one person’s context is just a data
point in another person’s context.
 Information is always subjective.
Data Characteristics of Good Information

©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
What is Information?
 Knowledge derived from data, and data are
recorded facts or figures

Does this graph contain information?


©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Transforming Raw Data into Information
(continued)
 What elective courses are taken
typically by sophomores in Complex
information systems? Queries
 What computer services should be and
offered to benefit the most number Knowledge
of students?
 What would be an appropriate study
Extraction
plan for students in a particular
situation?

©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Database
 Shared, integrated computer structure that stores a
collection of:
 End-user data - Raw facts of interest to end user
 Metadata: Data about data, which the end-user data are
integrated and managed
 Describe data characteristics and relationships
 Database management system (DBMS)
 Collection of programs
 Manages the database structure
 Controls access to data stored in the database

©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part. 13
Role of the DBMS
 Intermediary between the user and the database
 Enables data to be shared
 Presents the end user with an integrated view of the
data
 Receives and translates application requests into
operations required to fulfill the requests
 Hides database’s internal complexity from the
application programs and users

©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part. 14
Figure 1.2 - The DBMS Manages the Interaction
between the End User and the Database

©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part. 15
Advantages of the DBMS
 Better data integration and less data inconsistency
– Data inconsistency: Different versions of the same data appear
in different places
 Increased end-user productivity
 Improved:
 Data sharing
 Data security
 Data access
 Decision making
 Data quality: Promoting accuracy, validity, and timeliness of
data
©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part. 16

You might also like