SlideShare a Scribd company logo
Information Systems For Business and Beyond
Chapter 4
Data and Databases
IST
5500
Information Systems For Business and BeyondChapter 4Data a.docx
1
Objectives
Describe differences between data, info & knowledge
Define database & identify steps to create one
Describe role of a database management system
Describe characteristics of a data warehouse; and
Define data mining & describe its role in an organization
2
Data, Information & Knowledge
Data: raw bits & pieces of info
Quantitative or qualitative
Data alone not useful
Needs context to be information
Aggregate & analyze: knowledge
Knowledge used for decisions
Wisdom includes experience!
NOTE: We will not be discussing older, hierarchical databases
during this class
Databases
Relational database most popular
Limit our discussion to them
Examples: MS Access, MySQL & Oracle
Data organized into one or more tables
Each table contains set of fields
A record is one instance of a set of fields
Tables related by one or more fields: primary key
Database Design
Needs, requirements & goals?
Define data requiring tracking
Determine tables needed
Specifically which fields
Data to which they will relate
Establish primary key (unique)
Normalize: avoid duplicates & achieve flexibility
Designing a Database
Example: a university wants to create an information system to
track participation in student clubs
Goal to give insight into how university funds clubs
Track number of club members & club activeness
Must keep track of the clubs, members & events
Following tables needed:
Clubs: club name, club president, short description of club
Students: student name, e-mail, year of birth
Memberships: correlates students with clubs, any given student
can join multiple clubs
Events: when clubs meet & attendance
Designing a Database continued
Primary key must be selected for each table to create a
relationship
unique identifier for each record in a table
Designing a Database Table Details
Designing a Database Table Details cont.
Designing a Database continued
Normalization
Design database in a way that:
reduces duplication of data between tables
gives table as much flexibility as possible
Purpose of creating Memberships table separate from Students
& Clubs tables
Makes it simple to change design without major modifications
to existing structure
Data Types
Each field in a database table needs a data type
Text, Number, Yes/No, Date/Time, Currency, Object, etc.
Importance of properly defined data types
tells database what functions can be performed
proper amount of storage space is allocated for data
Data Types: Assigned by Fields
Text – generally under 256 characters
Numbers* – usually different types
Yes/No – decisions (*special type)
Date/Time – formats (*special type)
Currency – types (*special type)
Paragraphs - allows text over 256
Objects – images, music, etc.
Database Tables 1NF (1st normal form)
Database Demonstration
Time permitting: Microsoft Access
Structured Query Language (SQL)
Work with relational databases
Simple requests or complex tasks
Example creates list of number students in each club, listing
club name & number of members:
SQL: What can it do?
Execute queries against a database
Retrieve data from a database
Insert, update & delete records
Create
new databases
new tables in a database
stored procedures (transactions)
views in a database
Set permissions on tables, procedures, and views
Other Types of Databases
Relational database model is most used today
Hierarchical database model
popular in the 1960s & 1970s
connected data together in hierarchy, allowing for parent/child
relationships
Document-centric model
allowed for a more unstructured data storage by placing data
into “documents” that could then be manipulated
NoSQL (“not only SQL”)
Arose from need to solve problem of large-scale databases
spread over several servers or even across world
Can work with data in a looser way (no need for locks),
allowing for a more unstructured environment, communicating
changes to the data over time to all the servers that are part of
the database
Database Management Systems
Software packages providing for:
Database creation
Reading/querying
Changing/updating
Add to or removing
Single user: MS Access & OpenOffice
Enterprise Databases
Multi-user
Networked
Metadata: Data about Data> Example
Enterprise Databases
Databases must be accessible to more than one person at a time
Relational enterprise database packages built to support two,
ten, or even a million people
Relational databases have a scaling issue
Big Data
such massively large data sets that conventional database tools
do not have the processing power to analyze them
understanding best tools & techniques to manage & analyze
these large data sets is a problem that governments &
businesses alike are trying to solve
Data Warehouse
Typically a separate database
Used analyze large amounts of data
Should be designed such that:
uses non-operational data
data is time-variant (time stamped)
data is standardized
data is standardized
Data Warehouse continued:
Data mining
Online Analytical processing (OLAP)
Purpose: building business intelligence
Data Warehouse continued:
Top-down DW
Data Warehouse Benefits
Process of developing data warehouse forces organization to
better understand data it is currently collecting and, equally
important, what data is not being collected
Provides centralized view of all data being collected across
enterprise; provides means for determining data consistency
Once all data identified as consistent, an organization can
generate one version of the truth. IMPORTANT when company
wants to report consistent statistics about itself, such as revenue
or number of employees
Snapshots of data can be taken over time, creating historical
record of data, allowing for trend analysis
Provides tools to combine data, which can provide new
information & analysis
Data Mining
Process of analyzing data to find previously unknown trends,
patterns & associations to make better decisions
Accomplished thru automated means against extremely large
data sets, e.i., data warehouse market basket analysis
Beer and diapers
Target pregnancy prediction
Privacy Concerns
Becoming easier than ever to take data from disparate sources
and combine them to do new forms of analysis
Business Intelligence & Business Analytics
Business intelligence process that organizations use to take
collected data & analyze hoping to obtain competitive
advantage
Business analytics is use of internal company data to improve
business processes & practices
Knowledge Management (KM)
All companies accumulate knowledge over course of their
existence
Much knowledge is not written down;
instead, stored inside heads of employees
KM, process of formalizing capture, indexing & storing of
company’s knowledge to benefit from experiences & insights
that company has captured during its existence
Milliken Carpet
Maplewood Test Lab
Customer Data
Procedures
Privacy Concerns
Regarding databases:
Security controlled access
Access limited by login
We’ll discuss further in Chapter 12
Software QA: Data Owners
Evaluate SQA classification (i.e. criticality)
Develops controls to assure data integrity
Evaluates and dispositions data error notices
Assures appropriate disaster prevention & recovery
SQA: Disaster Recovery
Software/data owners include disaster recovery in requirements
specs or SQA Plan
At a minimum, considers prioritization & recovery of
important/critical software systems & data
Plans/procedures documented
Periodically tested
Evaluated when there are changes to the software, the data or
the operating environment
Normally, software & data owners are the same person or
organization, but they do not have to be
Group Discussion 1:
Your group has been asked to determine the requirements for
designing a database for your Junior Baseball League. List the
pieces of information that you need to acquire from
stakeholders in order to minimize shortcomings and iterations
during the preliminary design phase.
Form into groups of 4 or 5
Elect a spokesperson
Be prepared to present to class
Group Discussion 2:
You are going to develop a new database. Your group will be
assigned one of the following topics:
Collection of music files
Collection of digital photographs
Coin collection or Stamp collection
Large book collection
Develop a list of fields that should be included in your
database; indicate the type of field; and determine which would
be a good primary key
Form into groups of 4 or 5
Elect a spokesperson
Be prepared to present to class
Group Discussion 3: Handout
Chapter 4 Analyzing the Current Database
Groups should work together following the instructions listed
on the handout.
Form into groups of 4 or 5
Elect a spokesperson
Be prepared to present to class
Summary
Described differences between data, info & knowledge
Defined database & identify steps to create one
Described role of a database management system
Described characteristics of a data warehouse &
Defined data mining & describe its role in an organization
Questions

More Related Content

Similar to Information Systems For Business and BeyondChapter 4Data a.docx (20)

PPTX
Dbms Useful PPT
Krishna Bashyal
 
PPTX
Dbms and it infrastructure
projectandppt
 
PPTX
Relational Database management notes for mca.pptx
Madhu855237
 
PPT
Database Management & Models
Sunderland City Council
 
PPTX
DATA RESOURCE MANAGEMENT
huma sh
 
PPTX
Fundamentals of information systems chapter 3.pptx
ArebuMaruf
 
PPTX
MODULE-01.pptx
ArjayBalberan1
 
PPT
Fundamentals of information systems chapter 3.ppt
ArebuMaruf
 
PPT
obrien13e_chap005.ppt
Pradeep513562
 
PPT
obrien13e_chap005.ppt
Pradeep513562
 
PPTX
System Analysis And Design
Lijo Stalin
 
PPTX
Structured Query Language (SQL)- standard Database language
BINJAD1
 
PPTX
Foundations of business intelligence databases and information management
Amity University | FMS - DU | IMT | Stratford University | KKMI International Institute | AIMA | DTU
 
PPTX
DATABASE ADMINISTRATION: Identify Physical Database Requirements
birhanugirmay559
 
PPTX
Database (DB- A database is an electronically stored, systematic collection o...
BINJAD1
 
PPT
TID Chapter 10 Introduction To Database
WanBK Leo
 
PPT
Databases
UMaine
 
PPT
Databases
UMaine
 
PPT
Dbms
07Deeps
 
Dbms Useful PPT
Krishna Bashyal
 
Dbms and it infrastructure
projectandppt
 
Relational Database management notes for mca.pptx
Madhu855237
 
Database Management & Models
Sunderland City Council
 
DATA RESOURCE MANAGEMENT
huma sh
 
Fundamentals of information systems chapter 3.pptx
ArebuMaruf
 
MODULE-01.pptx
ArjayBalberan1
 
Fundamentals of information systems chapter 3.ppt
ArebuMaruf
 
obrien13e_chap005.ppt
Pradeep513562
 
obrien13e_chap005.ppt
Pradeep513562
 
System Analysis And Design
Lijo Stalin
 
Structured Query Language (SQL)- standard Database language
BINJAD1
 
Foundations of business intelligence databases and information management
Amity University | FMS - DU | IMT | Stratford University | KKMI International Institute | AIMA | DTU
 
DATABASE ADMINISTRATION: Identify Physical Database Requirements
birhanugirmay559
 
Database (DB- A database is an electronically stored, systematic collection o...
BINJAD1
 
TID Chapter 10 Introduction To Database
WanBK Leo
 
Databases
UMaine
 
Databases
UMaine
 
Dbms
07Deeps
 

More from jaggernaoma (20)

DOCX
Attached is a joint letter to Capitol Hill to advocate for increased.docx
jaggernaoma
 
DOCX
Attached is a copy of an interview done with a Tribal member regardi.docx
jaggernaoma
 
DOCX
Attached Files Week 5 - trace IP Physical Location.rtf (38..docx
jaggernaoma
 
DOCX
Attached here is a psychology article I need to be summarized. Pleas.docx
jaggernaoma
 
DOCX
Attached Files News Analysis Sample.docxNews Analysis Sam.docx
jaggernaoma
 
DOCX
Attached Files  SOC-220_SOCIAL PROBLEMS PRESENTATION.docx
jaggernaoma
 
DOCX
Attached below you will find the series of 4 questions. This assignm.docx
jaggernaoma
 
DOCX
Attached below isWEEK 4 As always, include references. As alwa.docx
jaggernaoma
 
DOCX
Attached are two articles in one document. Write thoughtful resp.docx
jaggernaoma
 
DOCX
Attached are the instructions to the assignment.Written Assign.docx
jaggernaoma
 
DOCX
Attached are the instructions and rubric! Research Paper #2.docx
jaggernaoma
 
DOCX
Attached are the guidelines for the Expertise Sharing Project. M.docx
jaggernaoma
 
DOCX
Attached are the documents needed to complete the assignment. The in.docx
jaggernaoma
 
DOCX
Attached are the 3 documents1. Draft copy submitted2. Sam.docx
jaggernaoma
 
DOCX
attached are directions needed to complete this essay! Please make s.docx
jaggernaoma
 
DOCX
Attach is the checklist For this Assignment, write a 3 and half pa.docx
jaggernaoma
 
DOCX
Attach and submit the final draft of your Narrative Essay. Remember .docx
jaggernaoma
 
DOCX
Atomic Theory Scientists and Their ContributionsScientist .docx
jaggernaoma
 
DOCX
Atomic models are useful because they allow us to picture what is in.docx
jaggernaoma
 
DOCX
Atoms and Electrons AssignmentLook at these websites to he.docx
jaggernaoma
 
Attached is a joint letter to Capitol Hill to advocate for increased.docx
jaggernaoma
 
Attached is a copy of an interview done with a Tribal member regardi.docx
jaggernaoma
 
Attached Files Week 5 - trace IP Physical Location.rtf (38..docx
jaggernaoma
 
Attached here is a psychology article I need to be summarized. Pleas.docx
jaggernaoma
 
Attached Files News Analysis Sample.docxNews Analysis Sam.docx
jaggernaoma
 
Attached Files  SOC-220_SOCIAL PROBLEMS PRESENTATION.docx
jaggernaoma
 
Attached below you will find the series of 4 questions. This assignm.docx
jaggernaoma
 
Attached below isWEEK 4 As always, include references. As alwa.docx
jaggernaoma
 
Attached are two articles in one document. Write thoughtful resp.docx
jaggernaoma
 
Attached are the instructions to the assignment.Written Assign.docx
jaggernaoma
 
Attached are the instructions and rubric! Research Paper #2.docx
jaggernaoma
 
Attached are the guidelines for the Expertise Sharing Project. M.docx
jaggernaoma
 
Attached are the documents needed to complete the assignment. The in.docx
jaggernaoma
 
Attached are the 3 documents1. Draft copy submitted2. Sam.docx
jaggernaoma
 
attached are directions needed to complete this essay! Please make s.docx
jaggernaoma
 
Attach is the checklist For this Assignment, write a 3 and half pa.docx
jaggernaoma
 
Attach and submit the final draft of your Narrative Essay. Remember .docx
jaggernaoma
 
Atomic Theory Scientists and Their ContributionsScientist .docx
jaggernaoma
 
Atomic models are useful because they allow us to picture what is in.docx
jaggernaoma
 
Atoms and Electrons AssignmentLook at these websites to he.docx
jaggernaoma
 

Recently uploaded (20)

PPTX
Translation_ Definition, Scope & Historical Development.pptx
DhatriParmar
 
PPTX
Basics and rules of probability with real-life uses
ravatkaran694
 
PDF
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
PPTX
Command Palatte in Odoo 18.1 Spreadsheet - Odoo Slides
Celine George
 
PPTX
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
PDF
Virat Kohli- the Pride of Indian cricket
kushpar147
 
PPTX
TOP 10 AI TOOLS YOU MUST LEARN TO SURVIVE IN 2025 AND ABOVE
digilearnings.com
 
PDF
EXCRETION-STRUCTURE OF NEPHRON,URINE FORMATION
raviralanaresh2
 
PPTX
HEALTH CARE DELIVERY SYSTEM - UNIT 2 - GNM 3RD YEAR.pptx
Priyanshu Anand
 
PPTX
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
PDF
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
PPTX
Applications of matrices In Real Life_20250724_091307_0000.pptx
gehlotkrish03
 
PDF
Antianginal agents, Definition, Classification, MOA.pdf
Prerana Jadhav
 
PPTX
Unlock the Power of Cursor AI: MuleSoft Integrations
Veera Pallapu
 
PPTX
Virus sequence retrieval from NCBI database
yamunaK13
 
PPTX
YSPH VMOC Special Report - Measles Outbreak Southwest US 7-20-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
PPTX
Applied-Statistics-1.pptx hardiba zalaaa
hardizala899
 
PDF
My Thoughts On Q&A- A Novel By Vikas Swarup
Niharika
 
PDF
TOP 10 AI TOOLS YOU MUST LEARN TO SURVIVE IN 2025 AND ABOVE
digilearnings.com
 
PPTX
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
Translation_ Definition, Scope & Historical Development.pptx
DhatriParmar
 
Basics and rules of probability with real-life uses
ravatkaran694
 
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
Command Palatte in Odoo 18.1 Spreadsheet - Odoo Slides
Celine George
 
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
Virat Kohli- the Pride of Indian cricket
kushpar147
 
TOP 10 AI TOOLS YOU MUST LEARN TO SURVIVE IN 2025 AND ABOVE
digilearnings.com
 
EXCRETION-STRUCTURE OF NEPHRON,URINE FORMATION
raviralanaresh2
 
HEALTH CARE DELIVERY SYSTEM - UNIT 2 - GNM 3RD YEAR.pptx
Priyanshu Anand
 
How to Close Subscription in Odoo 18 - Odoo Slides
Celine George
 
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
Applications of matrices In Real Life_20250724_091307_0000.pptx
gehlotkrish03
 
Antianginal agents, Definition, Classification, MOA.pdf
Prerana Jadhav
 
Unlock the Power of Cursor AI: MuleSoft Integrations
Veera Pallapu
 
Virus sequence retrieval from NCBI database
yamunaK13
 
YSPH VMOC Special Report - Measles Outbreak Southwest US 7-20-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
Applied-Statistics-1.pptx hardiba zalaaa
hardizala899
 
My Thoughts On Q&A- A Novel By Vikas Swarup
Niharika
 
TOP 10 AI TOOLS YOU MUST LEARN TO SURVIVE IN 2025 AND ABOVE
digilearnings.com
 
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 

Information Systems For Business and BeyondChapter 4Data a.docx

  • 1. Information Systems For Business and Beyond Chapter 4 Data and Databases IST 5500
  • 3. 1 Objectives Describe differences between data, info & knowledge Define database & identify steps to create one Describe role of a database management system Describe characteristics of a data warehouse; and Define data mining & describe its role in an organization 2
  • 4. Data, Information & Knowledge Data: raw bits & pieces of info Quantitative or qualitative Data alone not useful Needs context to be information Aggregate & analyze: knowledge Knowledge used for decisions Wisdom includes experience! NOTE: We will not be discussing older, hierarchical databases during this class Databases Relational database most popular Limit our discussion to them Examples: MS Access, MySQL & Oracle Data organized into one or more tables Each table contains set of fields A record is one instance of a set of fields Tables related by one or more fields: primary key Database Design Needs, requirements & goals?
  • 5. Define data requiring tracking Determine tables needed Specifically which fields Data to which they will relate Establish primary key (unique) Normalize: avoid duplicates & achieve flexibility Designing a Database Example: a university wants to create an information system to track participation in student clubs Goal to give insight into how university funds clubs Track number of club members & club activeness Must keep track of the clubs, members & events Following tables needed: Clubs: club name, club president, short description of club Students: student name, e-mail, year of birth Memberships: correlates students with clubs, any given student can join multiple clubs Events: when clubs meet & attendance Designing a Database continued Primary key must be selected for each table to create a relationship unique identifier for each record in a table Designing a Database Table Details
  • 6. Designing a Database Table Details cont. Designing a Database continued Normalization Design database in a way that: reduces duplication of data between tables gives table as much flexibility as possible Purpose of creating Memberships table separate from Students & Clubs tables Makes it simple to change design without major modifications to existing structure Data Types Each field in a database table needs a data type Text, Number, Yes/No, Date/Time, Currency, Object, etc. Importance of properly defined data types tells database what functions can be performed proper amount of storage space is allocated for data Data Types: Assigned by Fields Text – generally under 256 characters Numbers* – usually different types Yes/No – decisions (*special type) Date/Time – formats (*special type) Currency – types (*special type)
  • 7. Paragraphs - allows text over 256 Objects – images, music, etc. Database Tables 1NF (1st normal form) Database Demonstration Time permitting: Microsoft Access Structured Query Language (SQL) Work with relational databases Simple requests or complex tasks Example creates list of number students in each club, listing club name & number of members: SQL: What can it do? Execute queries against a database Retrieve data from a database Insert, update & delete records Create new databases new tables in a database stored procedures (transactions)
  • 8. views in a database Set permissions on tables, procedures, and views Other Types of Databases Relational database model is most used today Hierarchical database model popular in the 1960s & 1970s connected data together in hierarchy, allowing for parent/child relationships Document-centric model allowed for a more unstructured data storage by placing data into “documents” that could then be manipulated NoSQL (“not only SQL”) Arose from need to solve problem of large-scale databases spread over several servers or even across world Can work with data in a looser way (no need for locks), allowing for a more unstructured environment, communicating changes to the data over time to all the servers that are part of the database Database Management Systems Software packages providing for: Database creation Reading/querying Changing/updating Add to or removing Single user: MS Access & OpenOffice Enterprise Databases Multi-user Networked
  • 9. Metadata: Data about Data> Example Enterprise Databases Databases must be accessible to more than one person at a time Relational enterprise database packages built to support two, ten, or even a million people Relational databases have a scaling issue Big Data such massively large data sets that conventional database tools do not have the processing power to analyze them understanding best tools & techniques to manage & analyze these large data sets is a problem that governments & businesses alike are trying to solve Data Warehouse Typically a separate database Used analyze large amounts of data Should be designed such that: uses non-operational data data is time-variant (time stamped) data is standardized data is standardized
  • 10. Data Warehouse continued: Data mining Online Analytical processing (OLAP) Purpose: building business intelligence Data Warehouse continued: Top-down DW Data Warehouse Benefits Process of developing data warehouse forces organization to better understand data it is currently collecting and, equally important, what data is not being collected Provides centralized view of all data being collected across enterprise; provides means for determining data consistency Once all data identified as consistent, an organization can generate one version of the truth. IMPORTANT when company wants to report consistent statistics about itself, such as revenue or number of employees Snapshots of data can be taken over time, creating historical record of data, allowing for trend analysis Provides tools to combine data, which can provide new information & analysis
  • 11. Data Mining Process of analyzing data to find previously unknown trends, patterns & associations to make better decisions Accomplished thru automated means against extremely large data sets, e.i., data warehouse market basket analysis Beer and diapers Target pregnancy prediction Privacy Concerns Becoming easier than ever to take data from disparate sources and combine them to do new forms of analysis Business Intelligence & Business Analytics Business intelligence process that organizations use to take collected data & analyze hoping to obtain competitive advantage Business analytics is use of internal company data to improve business processes & practices Knowledge Management (KM) All companies accumulate knowledge over course of their existence Much knowledge is not written down; instead, stored inside heads of employees KM, process of formalizing capture, indexing & storing of company’s knowledge to benefit from experiences & insights that company has captured during its existence Milliken Carpet Maplewood Test Lab Customer Data
  • 12. Procedures Privacy Concerns Regarding databases: Security controlled access Access limited by login We’ll discuss further in Chapter 12 Software QA: Data Owners Evaluate SQA classification (i.e. criticality) Develops controls to assure data integrity Evaluates and dispositions data error notices Assures appropriate disaster prevention & recovery SQA: Disaster Recovery Software/data owners include disaster recovery in requirements specs or SQA Plan At a minimum, considers prioritization & recovery of important/critical software systems & data Plans/procedures documented Periodically tested Evaluated when there are changes to the software, the data or the operating environment Normally, software & data owners are the same person or organization, but they do not have to be
  • 13. Group Discussion 1: Your group has been asked to determine the requirements for designing a database for your Junior Baseball League. List the pieces of information that you need to acquire from stakeholders in order to minimize shortcomings and iterations during the preliminary design phase. Form into groups of 4 or 5 Elect a spokesperson Be prepared to present to class Group Discussion 2: You are going to develop a new database. Your group will be assigned one of the following topics: Collection of music files Collection of digital photographs Coin collection or Stamp collection Large book collection Develop a list of fields that should be included in your database; indicate the type of field; and determine which would be a good primary key Form into groups of 4 or 5 Elect a spokesperson Be prepared to present to class
  • 14. Group Discussion 3: Handout Chapter 4 Analyzing the Current Database Groups should work together following the instructions listed on the handout. Form into groups of 4 or 5 Elect a spokesperson Be prepared to present to class Summary Described differences between data, info & knowledge Defined database & identify steps to create one Described role of a database management system Described characteristics of a data warehouse & Defined data mining & describe its role in an organization Questions