SlideShare a Scribd company logo
1 of 57
 Chapter 1
 Database Systems
ISBN-13: 978-1337627900
ISBN-10: 1337627909
Buy Book Amazon.com URL
Modified by:
Usman Tariq, PhD
Associate Professor, PSAU
Office ☎ 00966 11 588 8386
Learning Objectives
 In this chapter, you will learn:
• The difference between data and information in the
context of Data Science
• 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
2
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)
3
Case Study: e-Commerce, Database & Data Science
external
Understanding data science and Database [1/2]
external
Understanding data science and Database [2/2]
external
 Telecommunications companies, such as Sprint and AT&T (in
USA), are known to have systems that keep data on trillions of
phone calls, with new data being added to the system at speeds
up to 70,000 calls per second!
 Not only do these companies have to store and manage
immense collections of data, they have to be able to find any
given fact in that data quickly
 Google receives over 63,000 searches
per second on any given day. That's the
average figure of how many people
use Google a day, which translates into at
least 2 trillion searches per year, 3.8 million
searches per minute, 228 million searches
per hour, and 5.6 billion searches per day.
How can businesses (retail, service, Govt. etc.) process this much data?
How can they store it all, and then quickly retrieve just the facts that
decision makers want to know, just when they want to know it?
How many relationships are in your data?
What is the level of complexity in your data?
How often do the data change?
How often does your application query the data?
How often does your application query the relationship underlying the
data?
How often do your users update the data?
How often do your users update the logic in the data?
How critical is your Application in a disaster scenario?
Data vs. Information
Data Information
 Raw facts
 Raw data - Not yet been processed
to reveal the meaning
 Building blocks of information
 Data management
 Generation, storage, and retrieval
of data
 Produced by processing data
 Reveals the meaning of data
 Enables knowledge creation
 Should be accurate, relevant, and
timely to enable good decision
making
11
Suppose that a university tracks data on faculty members for
reporting to accrediting bodies.
• To get the data for each faculty member into the database,
 you would provide a screen to allow for
 convenient data entry, complete with
o drop-down lists,
o combo boxes,
o option buttons, and
o other data-entry validation controls.
Data constitutes the building blocks of information.
Information is produced by processing data.
Information is used to reveal the meaning of data.
Accurate, relevant, and timely information is the key to good decision
making.
Good decision making is the key to organizational survival in a global
environment.
Data: Extraction from PSAU website
Keep in mind that raw data must be properly formatted
for storage, processing, and presentation.
Dates might be stored in Julian calendar formats within the database,
but displayed in a variety of formats, such as day-month-year or
month/day/year, for different purposes.
Respondents’ yes/no responses might need to be converted to a Y/N or
0/1 format for data storage.
More complex formatting is required when working with
complex data types, such as sounds, videos, or images.
Key Learnt Points
 Data constitutes the building blocks
of information.
 Information is produced by
processing data.
 Information is used to reveal the
meaning of data.
 Accurate, relevant, and timely
information is the key to good
decision making.
 Good decision making is the key to
organizational survival in a global
environment.
A key characteristic of knowledge is
that “new” knowledge can be
derived from “old” knowledge.
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
17
FIGURE 1.11: ILLUSTRATING METADATA WITH
MICROSOFT SQL SERVER EXPRESS
Database management system (DBMS)
 Collection of programs
 Manages the database structure
 Controls access to data stored in the database
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
20
Figure 1.2 - The DBMS Manages the Interaction
between the End User and the Database
21
Advantages of the DBMS
• Better data integration and less data inconsistency
– Data inconsistency: Different versions of the same data appear in different places
– Reducing Data Redundancy
• Increased end-user productivity
• Searching and retrieving of data is very easy in DBMS systems.
• Improved:
 Data sharing
 Data security
 Data access
 Data Concurrency: In DBMS, Data are stored in one or more servers in the
network and that there is some software locking mechanism that prevents the
same set of data from being changed by two people at the same time.
 Database Management System can automatically takes care of backup and
recovery
 Decision making
 Data quality: Promoting accuracy, validity, and timeliness of data
22
Difference b/t DBMS & RDBMS
external
Choosing the Right Database [1/2]
i. First and foremost, you must understand how your
database will be used under the scope of the
requirements of your project.
ii. With one kind of database, you will only
fulfill some of your database needs.
iii. Performance comes only after you’ve successfully
matched all your database needs individually with
the right kind of database.
iv. There’s always a tradeoff between consistency,
availability and partition tolerance.
Choosing the Right Database [2/2]
Types of Databases
 Single-user database: Supports one user at a time
 Desktop database: Runs on PC
 Multiuser database: Supports multiple users at the
same time
 Workgroup databases: Supports a small number of
users or a specific department
 Enterprise database: Supports many users across
many departments
26
Types of Databases
 Centralized database: Data is located at a single
site
 Distributed database: Data is distributed across
different sites
 Cloud database: Created and maintained using
cloud data services that provide defined
performance measures for the database
27
Types of Databases
 General-purpose databases: Contains a wide
variety of data used in multiple disciplines
 Discipline-specific databases: Contains data
focused on specific subject areas
28
Types of Databases
 Operational database: Designed to support a
company’s day-to-day operations
 Analytical database: Stores historical data and
business metrics used exclusively for tactical or
strategic decision making
 Data warehouse: Stores data in a format optimized for
decision support
29
extract, transform, load
Types of Databases
 Online analytical processing (OLAP)
 Enable retrieving, processing, and modeling data from the
data warehouse
 Business intelligence: Captures and processes business
data to generate information that support decision
making 30
Types of Databases
 Unstructured data: It exists in their
original state
 Structured data: It results from
formatting
 Structure is applied based on type of
processing to be performed
 Semistructured data: Processed to some
extent
 Extensible Markup Language (XML)
 Represents data elements in textual format
31
Database Design
 Focuses on the design of the database structure that will be used to store
and manage end-user data
 Well-designed database
 Facilitates data management
 Generates accurate and valuable information
 Poorly designed database causes difficult-to-trace errors
33
Evolution of File System Data Processing
File System Redux: Modern End-User Productivity Tools
Includes spreadsheet programs such as Microsoft Excel
Computerized File Systems
Data processing (DP) specialist: Created a computer-based system that would track data
and produce required reports
Manual File Systems
Accomplished through a system of file folders and filing cabinets
36
Table 1.2 - Basic File Terminology
38
Figure - A Simple File System
39
Problems with File System Data Processing
40
Lengthy development times
Difficulty of getting quick answers
Complex system administration
Lack of security and limited data sharing
Extensive programming
Structural and Data Dependence
 Structural dependence: Access to a file is dependent
on its own structure
 All file system programs are modified to conform to a
new file structure
 Structural independence: File structure is changed
without affecting the application’s ability to access
the data
41
Structural and Data Dependence
 Data dependence
 Data access changes when data storage characteristics
change
 Data independence
 Data storage characteristics is changed without
affecting the program’s ability to access the data
 Practical significance of data dependence is
difference between logical and physical format
42
Data Redundancy
 Unnecessarily storing same data at different places
 Islands of information: Scattered data locations
 Increases the probability of having different versions of
the same data
43
Data Redundancy Implications
 Poor data security
 Data inconsistency
 Increased likelihood of data-entry errors when
complex entries are made in different files
 Data anomaly: Develops when not all of the required
changes in the redundant data are made successfully
44
Types of Data Anomaly
Update Anomalies
Insertion Anomalies
Deletion Anomalies
45
Lack of Design and Data-Modeling Skills
 Evident despite the availability of multiple personal
productivity tools being available
 Data-modeling skills is vital in the data design
process
 Good data modeling facilitates communication
between the designer, user, and the developer
46
Database Systems
 Logically related data stored in a single logical data
repository
 Physically distributed among multiple storage facilities
• DBMS eliminates most of file system’s problems
 Current generation DBMS software:
– Stores data structures, relationships between structures, and
access paths
– Defines, stores, and manages all access paths and
components
47
Figure 1.9 - Contrasting Database and File Systems [1/2]
48
Figure 1.10 - The Database System Environment [1/2]
49
Figure 1.10 - The Database System Environment [2/2]
DBMS Functions
51
Data dictionary management
• Data dictionary: Stores definitions of the data elements and their relationships
Data storage management
• Performance tuning: Ensures efficient performance of the database in terms of
storage and access speed
Data transformation and presentation
• Transforms entered data to conform to required data structures
Security management
• Enforces user security and data privacy
DBMS Functions
53
Multiuser access control
• Sophisticated algorithms ensure that multiple users can access the
database concurrently without compromising its integrity
Backup and recovery management
• Enables recovery of the database after a failure
Data integrity management
• Minimizes redundancy and maximizes consistency
DBMS Functions
54
Database access languages and application programming
interfaces
• Query language: Lets the user specify what must be done without having
to specify how
• Structured Query Language (SQL): De facto query language and data
access standard supported by the majority of DBMS vendors
Database communication interfaces
• Accept end-user requests via multiple, different network
environments
Disadvantages of Database Systems
55
Increased costs
Management complexity
Maintaining currency
Vendor dependence
Frequent upgrade/replacement cycles
56
Career Outcome

More Related Content

What's hot

Data Quality: A Raising Data Warehousing Concern
Data Quality: A Raising Data Warehousing ConcernData Quality: A Raising Data Warehousing Concern
Data Quality: A Raising Data Warehousing ConcernAmin Chowdhury
 
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]Usman Tariq
 
Big data visualization
Big data visualizationBig data visualization
Big data visualizationAnurag Gupta
 
Data Catalog as a Business Enabler
Data Catalog as a Business EnablerData Catalog as a Business Enabler
Data Catalog as a Business EnablerSrinivasan Sankar
 
08. Object Oriented Database in DBMS
08. Object Oriented Database in DBMS08. Object Oriented Database in DBMS
08. Object Oriented Database in DBMSkoolkampus
 
DATA WAREHOUSE -- ETL testing Plan
DATA WAREHOUSE -- ETL testing PlanDATA WAREHOUSE -- ETL testing Plan
DATA WAREHOUSE -- ETL testing PlanMadhu Nepal
 
Introduction to Big Data
Introduction to Big DataIntroduction to Big Data
Introduction to Big DataVipin Batra
 
Big Data Open Source Technologies
Big Data Open Source TechnologiesBig Data Open Source Technologies
Big Data Open Source Technologiesneeraj rathore
 
What’s The Difference Between Structured, Semi-Structured And Unstructured Data?
What’s The Difference Between Structured, Semi-Structured And Unstructured Data?What’s The Difference Between Structured, Semi-Structured And Unstructured Data?
What’s The Difference Between Structured, Semi-Structured And Unstructured Data?Bernard Marr
 
Data quality and data profiling
Data quality and data profilingData quality and data profiling
Data quality and data profilingShailja Khurana
 
Homogeneous ddbms
Homogeneous ddbmsHomogeneous ddbms
Homogeneous ddbmsPooja Dixit
 
DATA WAREHOUSE IMPLEMENTATION BY SAIKIRAN PANJALA
DATA WAREHOUSE IMPLEMENTATION BY SAIKIRAN PANJALADATA WAREHOUSE IMPLEMENTATION BY SAIKIRAN PANJALA
DATA WAREHOUSE IMPLEMENTATION BY SAIKIRAN PANJALASaikiran Panjala
 

What's hot (20)

Data Quality: A Raising Data Warehousing Concern
Data Quality: A Raising Data Warehousing ConcernData Quality: A Raising Data Warehousing Concern
Data Quality: A Raising Data Warehousing Concern
 
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
 
Big Data Ecosystem
Big Data EcosystemBig Data Ecosystem
Big Data Ecosystem
 
Big data visualization
Big data visualizationBig data visualization
Big data visualization
 
Data literacy
Data literacyData literacy
Data literacy
 
07. datacenters
07. datacenters07. datacenters
07. datacenters
 
Data Catalog as a Business Enabler
Data Catalog as a Business EnablerData Catalog as a Business Enabler
Data Catalog as a Business Enabler
 
Xml databases
Xml databasesXml databases
Xml databases
 
08. Object Oriented Database in DBMS
08. Object Oriented Database in DBMS08. Object Oriented Database in DBMS
08. Object Oriented Database in DBMS
 
Fraud and Risk in Big Data
Fraud and Risk in Big DataFraud and Risk in Big Data
Fraud and Risk in Big Data
 
DATA WAREHOUSE -- ETL testing Plan
DATA WAREHOUSE -- ETL testing PlanDATA WAREHOUSE -- ETL testing Plan
DATA WAREHOUSE -- ETL testing Plan
 
Introduction to Big Data
Introduction to Big DataIntroduction to Big Data
Introduction to Big Data
 
Metadata ppt
Metadata pptMetadata ppt
Metadata ppt
 
Big Data Open Source Technologies
Big Data Open Source TechnologiesBig Data Open Source Technologies
Big Data Open Source Technologies
 
SQL Database Mirroring setup
SQL Database Mirroring setupSQL Database Mirroring setup
SQL Database Mirroring setup
 
What’s The Difference Between Structured, Semi-Structured And Unstructured Data?
What’s The Difference Between Structured, Semi-Structured And Unstructured Data?What’s The Difference Between Structured, Semi-Structured And Unstructured Data?
What’s The Difference Between Structured, Semi-Structured And Unstructured Data?
 
Data quality and data profiling
Data quality and data profilingData quality and data profiling
Data quality and data profiling
 
Homogeneous ddbms
Homogeneous ddbmsHomogeneous ddbms
Homogeneous ddbms
 
Oltp vs olap
Oltp vs olapOltp vs olap
Oltp vs olap
 
DATA WAREHOUSE IMPLEMENTATION BY SAIKIRAN PANJALA
DATA WAREHOUSE IMPLEMENTATION BY SAIKIRAN PANJALADATA WAREHOUSE IMPLEMENTATION BY SAIKIRAN PANJALA
DATA WAREHOUSE IMPLEMENTATION BY SAIKIRAN PANJALA
 

Similar to Database Systems Chapter 1 Summary

Database Systems
Database SystemsDatabase Systems
Database SystemsUsman Tariq
 
Chap1-Introduction to database systems.ppt
Chap1-Introduction to database systems.pptChap1-Introduction to database systems.ppt
Chap1-Introduction to database systems.pptLisaMalar
 
DBMS-1.pptx
DBMS-1.pptxDBMS-1.pptx
DBMS-1.pptxkingVox
 
1. Chapter One.pdf
1. Chapter One.pdf1. Chapter One.pdf
1. Chapter One.pdffikadumola
 
data base unit one on what is databases.pptx
data base unit one on what is databases.pptxdata base unit one on what is databases.pptx
data base unit one on what is databases.pptxmulukendemis44
 
D I T211 Chapter 1
D I T211    Chapter 1D I T211    Chapter 1
D I T211 Chapter 1askme
 
Database Management System ( Dbms )
Database Management System ( Dbms )Database Management System ( Dbms )
Database Management System ( Dbms )Kimberly Brooks
 
Chapter 1 Database Systems.pptx
Chapter 1 Database Systems.pptxChapter 1 Database Systems.pptx
Chapter 1 Database Systems.pptxMaxamedAbiib1
 
Database Systems-Lec 1.ppt
Database Systems-Lec 1.pptDatabase Systems-Lec 1.ppt
Database Systems-Lec 1.pptsara591850
 
Complete dbms notes
Complete dbms notesComplete dbms notes
Complete dbms notesTanya Makkar
 
Data Base Management Systems
Data Base Management SystemsData Base Management Systems
Data Base Management SystemsRaj vardhan
 
D I T211 Chapter 1 1
D I T211    Chapter 1 1D I T211    Chapter 1 1
D I T211 Chapter 1 1askme
 

Similar to Database Systems Chapter 1 Summary (20)

Database Systems
Database SystemsDatabase Systems
Database Systems
 
Db lecture 1
Db lecture 1Db lecture 1
Db lecture 1
 
Chap1-Introduction to database systems.ppt
Chap1-Introduction to database systems.pptChap1-Introduction to database systems.ppt
Chap1-Introduction to database systems.ppt
 
DBMS-1.pptx
DBMS-1.pptxDBMS-1.pptx
DBMS-1.pptx
 
1. Chapter One.pdf
1. Chapter One.pdf1. Chapter One.pdf
1. Chapter One.pdf
 
Dbms Useful PPT
Dbms Useful PPTDbms Useful PPT
Dbms Useful PPT
 
database ppt(2)
database ppt(2)database ppt(2)
database ppt(2)
 
data base unit one on what is databases.pptx
data base unit one on what is databases.pptxdata base unit one on what is databases.pptx
data base unit one on what is databases.pptx
 
MS-CIT Unit 9.pptx
MS-CIT Unit 9.pptxMS-CIT Unit 9.pptx
MS-CIT Unit 9.pptx
 
Database, Lecture-1.ppt
Database, Lecture-1.pptDatabase, Lecture-1.ppt
Database, Lecture-1.ppt
 
Database & dbms
Database & dbmsDatabase & dbms
Database & dbms
 
DBMS and its Models
DBMS and its ModelsDBMS and its Models
DBMS and its Models
 
D I T211 Chapter 1
D I T211    Chapter 1D I T211    Chapter 1
D I T211 Chapter 1
 
Database Management System ( Dbms )
Database Management System ( Dbms )Database Management System ( Dbms )
Database Management System ( Dbms )
 
Chapter 1 Database Systems.pptx
Chapter 1 Database Systems.pptxChapter 1 Database Systems.pptx
Chapter 1 Database Systems.pptx
 
Dbms models
Dbms modelsDbms models
Dbms models
 
Database Systems-Lec 1.ppt
Database Systems-Lec 1.pptDatabase Systems-Lec 1.ppt
Database Systems-Lec 1.ppt
 
Complete dbms notes
Complete dbms notesComplete dbms notes
Complete dbms notes
 
Data Base Management Systems
Data Base Management SystemsData Base Management Systems
Data Base Management Systems
 
D I T211 Chapter 1 1
D I T211    Chapter 1 1D I T211    Chapter 1 1
D I T211 Chapter 1 1
 

More from Usman Tariq

Distributed database management systems
Distributed database management systemsDistributed database management systems
Distributed database management systemsUsman Tariq
 
Database performance tuning and query optimization
Database performance tuning and query optimizationDatabase performance tuning and query optimization
Database performance tuning and query optimizationUsman Tariq
 
Io t in 5g aeon iccais-riyadh
Io t in 5g aeon iccais-riyadhIo t in 5g aeon iccais-riyadh
Io t in 5g aeon iccais-riyadhUsman Tariq
 
Data science Prospects
Data science Prospects Data science Prospects
Data science Prospects Usman Tariq
 
e-Marketing Research
e-Marketing Researche-Marketing Research
e-Marketing ResearchUsman Tariq
 
ERP modules and business software package
ERP modules and business software packageERP modules and business software package
ERP modules and business software packageUsman Tariq
 
ERP Implementation Challenges and Package Selection
ERP Implementation Challenges and Package SelectionERP Implementation Challenges and Package Selection
ERP Implementation Challenges and Package SelectionUsman Tariq
 
Global E-Markets 3.0
Global E-Markets 3.0Global E-Markets 3.0
Global E-Markets 3.0Usman Tariq
 
ERP Planning and Implementation
ERP Planning and ImplementationERP Planning and Implementation
ERP Planning and ImplementationUsman Tariq
 
Customer Relationship Management (CRM)
Customer Relationship Management (CRM)Customer Relationship Management (CRM)
Customer Relationship Management (CRM)Usman Tariq
 
The e-Marketing Plan
The e-Marketing PlanThe e-Marketing Plan
The e-Marketing PlanUsman Tariq
 
Strategic E-Marketing and Performance Metrics
Strategic E-Marketing and Performance MetricsStrategic E-Marketing and Performance Metrics
Strategic E-Marketing and Performance MetricsUsman Tariq
 
What is an erp system?
What is an erp system?What is an erp system?
What is an erp system?Usman Tariq
 
E-Marketing (past, present, and future)
E-Marketing (past, present, and future)E-Marketing (past, present, and future)
E-Marketing (past, present, and future)Usman Tariq
 
ERP and related technology
ERP and related technology ERP and related technology
ERP and related technology Usman Tariq
 
An overview - Enterprise
An overview - EnterpriseAn overview - Enterprise
An overview - EnterpriseUsman Tariq
 

More from Usman Tariq (17)

Distributed database management systems
Distributed database management systemsDistributed database management systems
Distributed database management systems
 
Database performance tuning and query optimization
Database performance tuning and query optimizationDatabase performance tuning and query optimization
Database performance tuning and query optimization
 
Data models
Data modelsData models
Data models
 
Io t in 5g aeon iccais-riyadh
Io t in 5g aeon iccais-riyadhIo t in 5g aeon iccais-riyadh
Io t in 5g aeon iccais-riyadh
 
Data science Prospects
Data science Prospects Data science Prospects
Data science Prospects
 
e-Marketing Research
e-Marketing Researche-Marketing Research
e-Marketing Research
 
ERP modules and business software package
ERP modules and business software packageERP modules and business software package
ERP modules and business software package
 
ERP Implementation Challenges and Package Selection
ERP Implementation Challenges and Package SelectionERP Implementation Challenges and Package Selection
ERP Implementation Challenges and Package Selection
 
Global E-Markets 3.0
Global E-Markets 3.0Global E-Markets 3.0
Global E-Markets 3.0
 
ERP Planning and Implementation
ERP Planning and ImplementationERP Planning and Implementation
ERP Planning and Implementation
 
Customer Relationship Management (CRM)
Customer Relationship Management (CRM)Customer Relationship Management (CRM)
Customer Relationship Management (CRM)
 
The e-Marketing Plan
The e-Marketing PlanThe e-Marketing Plan
The e-Marketing Plan
 
Strategic E-Marketing and Performance Metrics
Strategic E-Marketing and Performance MetricsStrategic E-Marketing and Performance Metrics
Strategic E-Marketing and Performance Metrics
 
What is an erp system?
What is an erp system?What is an erp system?
What is an erp system?
 
E-Marketing (past, present, and future)
E-Marketing (past, present, and future)E-Marketing (past, present, and future)
E-Marketing (past, present, and future)
 
ERP and related technology
ERP and related technology ERP and related technology
ERP and related technology
 
An overview - Enterprise
An overview - EnterpriseAn overview - Enterprise
An overview - Enterprise
 

Recently uploaded

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 

Recently uploaded (20)

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 

Database Systems Chapter 1 Summary

  • 1.  Chapter 1  Database Systems ISBN-13: 978-1337627900 ISBN-10: 1337627909 Buy Book Amazon.com URL Modified by: Usman Tariq, PhD Associate Professor, PSAU Office ☎ 00966 11 588 8386
  • 2. Learning Objectives  In this chapter, you will learn: • The difference between data and information in the context of Data Science • 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 2
  • 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) 3
  • 4.
  • 5. Case Study: e-Commerce, Database & Data Science external
  • 6. Understanding data science and Database [1/2] external
  • 7. Understanding data science and Database [2/2] external
  • 8.  Telecommunications companies, such as Sprint and AT&T (in USA), are known to have systems that keep data on trillions of phone calls, with new data being added to the system at speeds up to 70,000 calls per second!  Not only do these companies have to store and manage immense collections of data, they have to be able to find any given fact in that data quickly
  • 9.  Google receives over 63,000 searches per second on any given day. That's the average figure of how many people use Google a day, which translates into at least 2 trillion searches per year, 3.8 million searches per minute, 228 million searches per hour, and 5.6 billion searches per day.
  • 10. How can businesses (retail, service, Govt. etc.) process this much data? How can they store it all, and then quickly retrieve just the facts that decision makers want to know, just when they want to know it? How many relationships are in your data? What is the level of complexity in your data? How often do the data change? How often does your application query the data? How often does your application query the relationship underlying the data? How often do your users update the data? How often do your users update the logic in the data? How critical is your Application in a disaster scenario?
  • 11. Data vs. Information Data Information  Raw facts  Raw data - Not yet been processed to reveal the meaning  Building blocks of information  Data management  Generation, storage, and retrieval of data  Produced by processing data  Reveals the meaning of data  Enables knowledge creation  Should be accurate, relevant, and timely to enable good decision making 11
  • 12. Suppose that a university tracks data on faculty members for reporting to accrediting bodies. • To get the data for each faculty member into the database,  you would provide a screen to allow for  convenient data entry, complete with o drop-down lists, o combo boxes, o option buttons, and o other data-entry validation controls. Data constitutes the building blocks of information. Information is produced by processing data. Information is used to reveal the meaning of data. Accurate, relevant, and timely information is the key to good decision making. Good decision making is the key to organizational survival in a global environment.
  • 13.
  • 14. Data: Extraction from PSAU website
  • 15. Keep in mind that raw data must be properly formatted for storage, processing, and presentation. Dates might be stored in Julian calendar formats within the database, but displayed in a variety of formats, such as day-month-year or month/day/year, for different purposes. Respondents’ yes/no responses might need to be converted to a Y/N or 0/1 format for data storage. More complex formatting is required when working with complex data types, such as sounds, videos, or images.
  • 16. Key Learnt Points  Data constitutes the building blocks of information.  Information is produced by processing data.  Information is used to reveal the meaning of data.  Accurate, relevant, and timely information is the key to good decision making.  Good decision making is the key to organizational survival in a global environment. A key characteristic of knowledge is that “new” knowledge can be derived from “old” knowledge.
  • 17. 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 17
  • 18. FIGURE 1.11: ILLUSTRATING METADATA WITH MICROSOFT SQL SERVER EXPRESS
  • 19. Database management system (DBMS)  Collection of programs  Manages the database structure  Controls access to data stored in the database
  • 20. 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 20
  • 21. Figure 1.2 - The DBMS Manages the Interaction between the End User and the Database 21
  • 22. Advantages of the DBMS • Better data integration and less data inconsistency – Data inconsistency: Different versions of the same data appear in different places – Reducing Data Redundancy • Increased end-user productivity • Searching and retrieving of data is very easy in DBMS systems. • Improved:  Data sharing  Data security  Data access  Data Concurrency: In DBMS, Data are stored in one or more servers in the network and that there is some software locking mechanism that prevents the same set of data from being changed by two people at the same time.  Database Management System can automatically takes care of backup and recovery  Decision making  Data quality: Promoting accuracy, validity, and timeliness of data 22
  • 23. Difference b/t DBMS & RDBMS external
  • 24. Choosing the Right Database [1/2] i. First and foremost, you must understand how your database will be used under the scope of the requirements of your project. ii. With one kind of database, you will only fulfill some of your database needs. iii. Performance comes only after you’ve successfully matched all your database needs individually with the right kind of database. iv. There’s always a tradeoff between consistency, availability and partition tolerance.
  • 25. Choosing the Right Database [2/2]
  • 26. Types of Databases  Single-user database: Supports one user at a time  Desktop database: Runs on PC  Multiuser database: Supports multiple users at the same time  Workgroup databases: Supports a small number of users or a specific department  Enterprise database: Supports many users across many departments 26
  • 27. Types of Databases  Centralized database: Data is located at a single site  Distributed database: Data is distributed across different sites  Cloud database: Created and maintained using cloud data services that provide defined performance measures for the database 27
  • 28. Types of Databases  General-purpose databases: Contains a wide variety of data used in multiple disciplines  Discipline-specific databases: Contains data focused on specific subject areas 28
  • 29. Types of Databases  Operational database: Designed to support a company’s day-to-day operations  Analytical database: Stores historical data and business metrics used exclusively for tactical or strategic decision making  Data warehouse: Stores data in a format optimized for decision support 29 extract, transform, load
  • 30. Types of Databases  Online analytical processing (OLAP)  Enable retrieving, processing, and modeling data from the data warehouse  Business intelligence: Captures and processes business data to generate information that support decision making 30
  • 31. Types of Databases  Unstructured data: It exists in their original state  Structured data: It results from formatting  Structure is applied based on type of processing to be performed  Semistructured data: Processed to some extent  Extensible Markup Language (XML)  Represents data elements in textual format 31
  • 32.
  • 33. Database Design  Focuses on the design of the database structure that will be used to store and manage end-user data  Well-designed database  Facilitates data management  Generates accurate and valuable information  Poorly designed database causes difficult-to-trace errors 33
  • 34.
  • 35.
  • 36. Evolution of File System Data Processing File System Redux: Modern End-User Productivity Tools Includes spreadsheet programs such as Microsoft Excel Computerized File Systems Data processing (DP) specialist: Created a computer-based system that would track data and produce required reports Manual File Systems Accomplished through a system of file folders and filing cabinets 36
  • 37.
  • 38. Table 1.2 - Basic File Terminology 38
  • 39. Figure - A Simple File System 39
  • 40. Problems with File System Data Processing 40 Lengthy development times Difficulty of getting quick answers Complex system administration Lack of security and limited data sharing Extensive programming
  • 41. Structural and Data Dependence  Structural dependence: Access to a file is dependent on its own structure  All file system programs are modified to conform to a new file structure  Structural independence: File structure is changed without affecting the application’s ability to access the data 41
  • 42. Structural and Data Dependence  Data dependence  Data access changes when data storage characteristics change  Data independence  Data storage characteristics is changed without affecting the program’s ability to access the data  Practical significance of data dependence is difference between logical and physical format 42
  • 43. Data Redundancy  Unnecessarily storing same data at different places  Islands of information: Scattered data locations  Increases the probability of having different versions of the same data 43
  • 44. Data Redundancy Implications  Poor data security  Data inconsistency  Increased likelihood of data-entry errors when complex entries are made in different files  Data anomaly: Develops when not all of the required changes in the redundant data are made successfully 44
  • 45. Types of Data Anomaly Update Anomalies Insertion Anomalies Deletion Anomalies 45
  • 46. Lack of Design and Data-Modeling Skills  Evident despite the availability of multiple personal productivity tools being available  Data-modeling skills is vital in the data design process  Good data modeling facilitates communication between the designer, user, and the developer 46
  • 47. Database Systems  Logically related data stored in a single logical data repository  Physically distributed among multiple storage facilities • DBMS eliminates most of file system’s problems  Current generation DBMS software: – Stores data structures, relationships between structures, and access paths – Defines, stores, and manages all access paths and components 47
  • 48. Figure 1.9 - Contrasting Database and File Systems [1/2] 48
  • 49. Figure 1.10 - The Database System Environment [1/2] 49
  • 50. Figure 1.10 - The Database System Environment [2/2]
  • 51. DBMS Functions 51 Data dictionary management • Data dictionary: Stores definitions of the data elements and their relationships Data storage management • Performance tuning: Ensures efficient performance of the database in terms of storage and access speed Data transformation and presentation • Transforms entered data to conform to required data structures Security management • Enforces user security and data privacy
  • 52.
  • 53. DBMS Functions 53 Multiuser access control • Sophisticated algorithms ensure that multiple users can access the database concurrently without compromising its integrity Backup and recovery management • Enables recovery of the database after a failure Data integrity management • Minimizes redundancy and maximizes consistency
  • 54. DBMS Functions 54 Database access languages and application programming interfaces • Query language: Lets the user specify what must be done without having to specify how • Structured Query Language (SQL): De facto query language and data access standard supported by the majority of DBMS vendors Database communication interfaces • Accept end-user requests via multiple, different network environments
  • 55. Disadvantages of Database Systems 55 Increased costs Management complexity Maintaining currency Vendor dependence Frequent upgrade/replacement cycles
  • 56. 56