SlideShare a Scribd company logo
1 of 34
PREPARED BY:
Muhammad Jehanzeb
CHAPTER 1
DATABASE SYSTEM
INTRODUCING DATABASE SYSTEM
Slide 2 of 73
TOPIC
CHAPTER 1: Introducing Database System
LEARNING OUTCOMES
At the end of this chapter, students should be able to:
 Explain what is data management
 Differentiate manual file system and computerised file system with database
system
 Define database system, database and database management system
 List the functions, advantages and disadvantages of database management
system
Slide 3 of 73
TOPIC
CHAPTER 1: Introducing Database System
TOPIC OUTLINES
Introduction
1.1 Manual File System
1.1.1 Disadvantages of Manual File System
1.2 Computerised File System
1.2.1 Disadvantages of Computerised File System
1.3 Database System
1.4 Database
1.4.1 Characteristics of Database
1.5 Database Management System
1.5.1 Functions of Database Management System
1.5.2 Advantages of Database Management System
1.5.3 Disadvantages of Database Management System
Slide 4 of 73
TOPIC
CHAPTER 1: Introducing Database System
INTRODUCTION
Are you being overwhelmed by too much data?
Slide 5 of 73
TOPIC
CHAPTER 1: Introducing Database System
INTRODUCTION
Not sure how to make sense of the data?
Slide 6 of 73
TOPIC
CHAPTER 1: Introducing Database System
INTRODUCTION
What you need is
Data Management
Slide 7 of 73
TOPIC
CHAPTER 1: Introducing Database System
INTRODUCTION
Generating Data Storing Data Retrieving Data
Data management is a discipline that focuses
on the proper way for
Focus of this course
Slide 8 of 73
TOPIC
CHAPTER 1: Introducing Database System
INTRODUCTION
We will examine 3 ways for managing data
Manual File System
Computerised File
System
Database System
Evolution of
Data Management
Slide 9 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.1 Manual File System
A manual file system is a way of managing
data using
Pen and paper
Slide 10 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.1 Manual File System
1. Record data on paper.
2. File paper away into folders and cabinets.
Data Storage
Slide 11 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.1 Manual File System
1. Locate paper from cabinets and folders.
2. Retrieve data from paper.
Data Retrieval
Slide 12 of 73
TOPIC
CHAPTER 1: Introducing Database System
As data collection increases
1.1 Manual File System
1.1.1 Disadvantages of Manual File System
Slide 13 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.1 Manual File System
Where is my
data?
1.1.1 Disadvantages of Manual File System
Keeping track and looking up data becomes
much more difficult
Slide 14 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.1 Manual File System
Solution to Manual File System
Replace Manual File System with Computerised File System
Slide 15 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.2 Computerised File System
A computerised file system is a way of
managing data using
FilesComputer Programs
Slide 16 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.2 Computerised File System
1. Launch a program (e.g. Microsoft Excel) to input data.
2. When you saved the data, the data gets stored in a computer file
(e.g. Excel file .xls).
Data Storage
Slide 17 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.2 Computerised File System
1. Find a program that could open the computer file (e.g. Excel file .xls).
2. Launch the program (e.g. Microsoft Excel) to retrieve the data.
Data Retrieval
Slide 18 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.2 Computerised File System
1.2.1 Disadvantages of Computerised File System
Program
Dependency
Data
Redundancy
Complex
administration
Click on the boxes for explanation
Slide 25 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.2 Computerised File System
Solution to Computerised File System
Database
System
Replace Computerised File System with Database System
Slide 26 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.3 Database System
Database
Database
System
Database
Management
System
(DBMS)
What is Database System?
Slide 27 of 73
TOPIC
CHAPTER 1: Introducing Database System
A database can be thought of as an electronic
version of a filing cabinet
Database is where all the data are stored
1.3 Database System
Database
Slide 28 of 73
TOPIC
CHAPTER 1: Introducing Database System
A DBMS can be thought of as a secretary who
has sole access to the filing cabinet
DBMS handles all data requests (i.e. data
storage/retrieval) on behalf of programs
DBMS
1.3 Database System
Slide 29 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.3 Database System
Database
Database Management System (DBMS)
Program
1
Program
2
Program
3
Program
N
Only
DBMS has
access to
database
Programs
store/retrie
ve data
through
DBMS
Data stored in the
database are shared
by all programs (i.e.
no redundant data)
Slide 30 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.3 Database System
Data Storage
DBMS
Database
Click on the numbered boxes for explanation
1 2
3
Slide 34 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.3 Database System
Data Retrieval
DBMS
Database
Click on the numbered boxes for explanation
1 2
4
3
Slide 39 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.4 Database
Database is a computer structure that
houses a collection of related data
and metadata
Database
Slide 43 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.4.1 Characteristics of Database
1.4 Database
Persistent
Shared
Interrelated
Click on the boxes for explanation
Slide 47 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.5 Database Management System
Database Management System is a
collection of programs that enables the
creation, maintenance and usage of
a database
DBMS
Slide 48 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.5 Database Management System
Some popular DBMS include
…
Slide 49 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.5 Database Management System
1.5.1 Functions of Database Management System
Data Storage
and Retrieval
Database
Access
Language
Application
Programming
Interfaces
Database
Communication
Interfaces
Data Integrity
Management
Multiuser
Access Control
Security
Management
Backup and
Recovery
Management
Click on the boxes for explanation
Slide 65 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.5 Database Management System
1.5.2 Advantages of Database Management System
Controlling Data
Redundancy
Improvement in
Data Integrity
Improvement in
Security
Access Versatility
Reduced
Development Time
Click on the boxes for explanation
Slide 71 of 73
TOPIC
CHAPTER 1: Introducing Database System
1.5 Database Management System
1.5.3 Disadvantages of Database Management System
Increased cost
• Hardware cost (e.g. new computers) and DBMS cost
• Personnel cost (e.g. hire database administrator)
• Adoption cost (e.g. re-enter data into database)
Complexity
• DBMS is complex as it provides a lot of functionalities
• If the functionalities are not needed (e.g. in the case of a
small company), the power of DBMS would be wasted
Greater impact of failure
• Due to lack of data redundancy, if the DBMS goes down,
suddenly one lose access to all data
Slide 72 of 73
TOPIC
CHAPTER 1: Introducing Database System
SUMMARY
 Data management is a discipline that focuses on the proper way for generating,
storing and retrieving data.
 The evolution of data management
Manual file system
Computerized file system
Database system
 Database system = Database + Database management system (DBMS).
 Database is a computer structure that houses a collection of related data and
metadata.
 Database management system is a collection of programs that enables the
creation, maintenance and usage of a database.
Slide 73 of 73
TOPIC
CHAPTER 1: Introducing Database System
NEXT SESSION PREVIEW
In Chapter 2, we will delve
into the architecture and
components of database
system

More Related Content

What's hot

Database systems
Database systemsDatabase systems
Database systemsDhani Ahmad
 
Data and database administration(database)
Data and database administration(database)Data and database administration(database)
Data and database administration(database)welcometofacebook
 
Database system environment ppt.
Database system environment ppt.Database system environment ppt.
Database system environment ppt.yhen06
 
Historical Evolution of RDBMS
Historical Evolution of RDBMSHistorical Evolution of RDBMS
Historical Evolution of RDBMSShailesh Pachori
 
Database fundamentals(database)
Database fundamentals(database)Database fundamentals(database)
Database fundamentals(database)welcometofacebook
 
Lesson - 02 Network Design and Management
Lesson - 02 Network Design and ManagementLesson - 02 Network Design and Management
Lesson - 02 Network Design and ManagementAngel G Diaz
 
Database system architecture
Database system architectureDatabase system architecture
Database system architectureDk Rukshan
 
Introduction & history of dbms
Introduction & history of dbmsIntroduction & history of dbms
Introduction & history of dbmssethu pm
 
Database management system
Database management systemDatabase management system
Database management systemRizwanHafeez
 
CS3270 - DATABASE SYSTEM - Lecture (1)
CS3270 - DATABASE SYSTEM -  Lecture (1)CS3270 - DATABASE SYSTEM -  Lecture (1)
CS3270 - DATABASE SYSTEM - Lecture (1)Dilawar Khan
 
Fundamentals of Database system - Databases and Database Users
Fundamentals of Database system - Databases and Database UsersFundamentals of Database system - Databases and Database Users
Fundamentals of Database system - Databases and Database UsersMustafa Kamel Mohammadi
 
Database approach
Database approachDatabase approach
Database approachuzmajamal
 
Single User v/s Multi User Databases
Single User v/s Multi User DatabasesSingle User v/s Multi User Databases
Single User v/s Multi User DatabasesRaminder Pal Singh
 
File based approach
File based approachFile based approach
File based approachPreethaAS
 

What's hot (20)

23246406 dbms-unit-1
23246406 dbms-unit-123246406 dbms-unit-1
23246406 dbms-unit-1
 
Database systems
Database systemsDatabase systems
Database systems
 
Data and database administration(database)
Data and database administration(database)Data and database administration(database)
Data and database administration(database)
 
Over View of DBMS
Over View of DBMS Over View of DBMS
Over View of DBMS
 
Database system environment ppt.
Database system environment ppt.Database system environment ppt.
Database system environment ppt.
 
Ch01
Ch01Ch01
Ch01
 
Historical Evolution of RDBMS
Historical Evolution of RDBMSHistorical Evolution of RDBMS
Historical Evolution of RDBMS
 
Database fundamentals(database)
Database fundamentals(database)Database fundamentals(database)
Database fundamentals(database)
 
Lesson - 02 Network Design and Management
Lesson - 02 Network Design and ManagementLesson - 02 Network Design and Management
Lesson - 02 Network Design and Management
 
Database
DatabaseDatabase
Database
 
Database system architecture
Database system architectureDatabase system architecture
Database system architecture
 
Introduction & history of dbms
Introduction & history of dbmsIntroduction & history of dbms
Introduction & history of dbms
 
Database management system
Database management systemDatabase management system
Database management system
 
CS3270 - DATABASE SYSTEM - Lecture (1)
CS3270 - DATABASE SYSTEM -  Lecture (1)CS3270 - DATABASE SYSTEM -  Lecture (1)
CS3270 - DATABASE SYSTEM - Lecture (1)
 
Fundamentals of Database system - Databases and Database Users
Fundamentals of Database system - Databases and Database UsersFundamentals of Database system - Databases and Database Users
Fundamentals of Database system - Databases and Database Users
 
Database approach
Database approachDatabase approach
Database approach
 
Single User v/s Multi User Databases
Single User v/s Multi User DatabasesSingle User v/s Multi User Databases
Single User v/s Multi User Databases
 
DBMS Bascis
DBMS BascisDBMS Bascis
DBMS Bascis
 
File based approach
File based approachFile based approach
File based approach
 
Database Management System 1
Database Management System 1Database Management System 1
Database Management System 1
 

Similar to WHAT IS DATA BASE?

DBMS Lec 1 & 2.ppt
DBMS Lec 1 & 2.pptDBMS Lec 1 & 2.ppt
DBMS Lec 1 & 2.pptMariaEmaan1
 
DBMS-material for b.tech students to learn
DBMS-material for b.tech students to learnDBMS-material for b.tech students to learn
DBMS-material for b.tech students to learnRajasekhar364622
 
Chap1-Introduction to database systems.ppt
Chap1-Introduction to database systems.pptChap1-Introduction to database systems.ppt
Chap1-Introduction to database systems.pptLisaMalar
 
Electronic Data Processing
Electronic Data ProcessingElectronic Data Processing
Electronic Data ProcessingAnjan Mahanta
 
Hsc computer science paper 1 chap 1 OperatingSystem2024.pdf
Hsc computer science paper 1 chap 1 OperatingSystem2024.pdfHsc computer science paper 1 chap 1 OperatingSystem2024.pdf
Hsc computer science paper 1 chap 1 OperatingSystem2024.pdfAAFREEN SHAIKH
 
Database Design and Implementation
Database Design and ImplementationDatabase Design and Implementation
Database Design and ImplementationChristian Reina
 
Introduction to files and db systems 1.0
Introduction to files and db systems 1.0Introduction to files and db systems 1.0
Introduction to files and db systems 1.0Dr. C.V. Suresh Babu
 
Detailed overview on Database and database system
Detailed overview on Database and database systemDetailed overview on Database and database system
Detailed overview on Database and database systemsamreenghauri786
 
ch2-system structure.ppt
ch2-system structure.pptch2-system structure.ppt
ch2-system structure.pptJohnColaco1
 
Ch2 system structure
Ch2 system structureCh2 system structure
Ch2 system structureAnkit Dubey
 
Chapter 1 Database Systems.pptx
Chapter 1 Database Systems.pptxChapter 1 Database Systems.pptx
Chapter 1 Database Systems.pptxMaxamedAbiib1
 
Blog application.pptx
Blog application.pptxBlog application.pptx
Blog application.pptxBAREJADAKSH
 
DATA BASE.docx
DATA BASE.docxDATA BASE.docx
DATA BASE.docxwrite31
 

Similar to WHAT IS DATA BASE? (20)

Dbms
DbmsDbms
Dbms
 
DBMS Lec 1 & 2.ppt
DBMS Lec 1 & 2.pptDBMS Lec 1 & 2.ppt
DBMS Lec 1 & 2.ppt
 
DBMS-material for b.tech students to learn
DBMS-material for b.tech students to learnDBMS-material for b.tech students to learn
DBMS-material for b.tech students to learn
 
PPT for DBMS.pptx
PPT for DBMS.pptxPPT for DBMS.pptx
PPT for DBMS.pptx
 
DBMS.pptx
DBMS.pptxDBMS.pptx
DBMS.pptx
 
DBMS PPT.pptx
DBMS PPT.pptxDBMS PPT.pptx
DBMS PPT.pptx
 
Chap1-Introduction to database systems.ppt
Chap1-Introduction to database systems.pptChap1-Introduction to database systems.ppt
Chap1-Introduction to database systems.ppt
 
Electronic Data Processing
Electronic Data ProcessingElectronic Data Processing
Electronic Data Processing
 
Hsc computer science paper 1 chap 1 OperatingSystem2024.pdf
Hsc computer science paper 1 chap 1 OperatingSystem2024.pdfHsc computer science paper 1 chap 1 OperatingSystem2024.pdf
Hsc computer science paper 1 chap 1 OperatingSystem2024.pdf
 
Database Design and Implementation
Database Design and ImplementationDatabase Design and Implementation
Database Design and Implementation
 
Introduction to files and db systems 1.0
Introduction to files and db systems 1.0Introduction to files and db systems 1.0
Introduction to files and db systems 1.0
 
Detailed overview on Database and database system
Detailed overview on Database and database systemDetailed overview on Database and database system
Detailed overview on Database and database system
 
ch2-system structure.ppt
ch2-system structure.pptch2-system structure.ppt
ch2-system structure.ppt
 
Ch2 system structure
Ch2 system structureCh2 system structure
Ch2 system structure
 
Chapter 1 Database Systems.pptx
Chapter 1 Database Systems.pptxChapter 1 Database Systems.pptx
Chapter 1 Database Systems.pptx
 
Operating System
Operating SystemOperating System
Operating System
 
DBMS vs FBS.docx
DBMS vs FBS.docxDBMS vs FBS.docx
DBMS vs FBS.docx
 
Blog application.pptx
Blog application.pptxBlog application.pptx
Blog application.pptx
 
DATA BASE.docx
DATA BASE.docxDATA BASE.docx
DATA BASE.docx
 
INT 1010 07-2.pdf
INT 1010 07-2.pdfINT 1010 07-2.pdf
INT 1010 07-2.pdf
 

Recently uploaded

GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...Pooja Nehwal
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceSapana Sha
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfJohn Sterrett
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...ThinkInnovation
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home ServiceSapana Sha
 

Recently uploaded (20)

Decoding Loan Approval: Predictive Modeling in Action
Decoding Loan Approval: Predictive Modeling in ActionDecoding Loan Approval: Predictive Modeling in Action
Decoding Loan Approval: Predictive Modeling in Action
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts Service
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdf
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service
 

WHAT IS DATA BASE?

  • 1. PREPARED BY: Muhammad Jehanzeb CHAPTER 1 DATABASE SYSTEM INTRODUCING DATABASE SYSTEM
  • 2. Slide 2 of 73 TOPIC CHAPTER 1: Introducing Database System LEARNING OUTCOMES At the end of this chapter, students should be able to:  Explain what is data management  Differentiate manual file system and computerised file system with database system  Define database system, database and database management system  List the functions, advantages and disadvantages of database management system
  • 3. Slide 3 of 73 TOPIC CHAPTER 1: Introducing Database System TOPIC OUTLINES Introduction 1.1 Manual File System 1.1.1 Disadvantages of Manual File System 1.2 Computerised File System 1.2.1 Disadvantages of Computerised File System 1.3 Database System 1.4 Database 1.4.1 Characteristics of Database 1.5 Database Management System 1.5.1 Functions of Database Management System 1.5.2 Advantages of Database Management System 1.5.3 Disadvantages of Database Management System
  • 4. Slide 4 of 73 TOPIC CHAPTER 1: Introducing Database System INTRODUCTION Are you being overwhelmed by too much data?
  • 5. Slide 5 of 73 TOPIC CHAPTER 1: Introducing Database System INTRODUCTION Not sure how to make sense of the data?
  • 6. Slide 6 of 73 TOPIC CHAPTER 1: Introducing Database System INTRODUCTION What you need is Data Management
  • 7. Slide 7 of 73 TOPIC CHAPTER 1: Introducing Database System INTRODUCTION Generating Data Storing Data Retrieving Data Data management is a discipline that focuses on the proper way for Focus of this course
  • 8. Slide 8 of 73 TOPIC CHAPTER 1: Introducing Database System INTRODUCTION We will examine 3 ways for managing data Manual File System Computerised File System Database System Evolution of Data Management
  • 9. Slide 9 of 73 TOPIC CHAPTER 1: Introducing Database System 1.1 Manual File System A manual file system is a way of managing data using Pen and paper
  • 10. Slide 10 of 73 TOPIC CHAPTER 1: Introducing Database System 1.1 Manual File System 1. Record data on paper. 2. File paper away into folders and cabinets. Data Storage
  • 11. Slide 11 of 73 TOPIC CHAPTER 1: Introducing Database System 1.1 Manual File System 1. Locate paper from cabinets and folders. 2. Retrieve data from paper. Data Retrieval
  • 12. Slide 12 of 73 TOPIC CHAPTER 1: Introducing Database System As data collection increases 1.1 Manual File System 1.1.1 Disadvantages of Manual File System
  • 13. Slide 13 of 73 TOPIC CHAPTER 1: Introducing Database System 1.1 Manual File System Where is my data? 1.1.1 Disadvantages of Manual File System Keeping track and looking up data becomes much more difficult
  • 14. Slide 14 of 73 TOPIC CHAPTER 1: Introducing Database System 1.1 Manual File System Solution to Manual File System Replace Manual File System with Computerised File System
  • 15. Slide 15 of 73 TOPIC CHAPTER 1: Introducing Database System 1.2 Computerised File System A computerised file system is a way of managing data using FilesComputer Programs
  • 16. Slide 16 of 73 TOPIC CHAPTER 1: Introducing Database System 1.2 Computerised File System 1. Launch a program (e.g. Microsoft Excel) to input data. 2. When you saved the data, the data gets stored in a computer file (e.g. Excel file .xls). Data Storage
  • 17. Slide 17 of 73 TOPIC CHAPTER 1: Introducing Database System 1.2 Computerised File System 1. Find a program that could open the computer file (e.g. Excel file .xls). 2. Launch the program (e.g. Microsoft Excel) to retrieve the data. Data Retrieval
  • 18. Slide 18 of 73 TOPIC CHAPTER 1: Introducing Database System 1.2 Computerised File System 1.2.1 Disadvantages of Computerised File System Program Dependency Data Redundancy Complex administration Click on the boxes for explanation
  • 19. Slide 25 of 73 TOPIC CHAPTER 1: Introducing Database System 1.2 Computerised File System Solution to Computerised File System Database System Replace Computerised File System with Database System
  • 20. Slide 26 of 73 TOPIC CHAPTER 1: Introducing Database System 1.3 Database System Database Database System Database Management System (DBMS) What is Database System?
  • 21. Slide 27 of 73 TOPIC CHAPTER 1: Introducing Database System A database can be thought of as an electronic version of a filing cabinet Database is where all the data are stored 1.3 Database System Database
  • 22. Slide 28 of 73 TOPIC CHAPTER 1: Introducing Database System A DBMS can be thought of as a secretary who has sole access to the filing cabinet DBMS handles all data requests (i.e. data storage/retrieval) on behalf of programs DBMS 1.3 Database System
  • 23. Slide 29 of 73 TOPIC CHAPTER 1: Introducing Database System 1.3 Database System Database Database Management System (DBMS) Program 1 Program 2 Program 3 Program N Only DBMS has access to database Programs store/retrie ve data through DBMS Data stored in the database are shared by all programs (i.e. no redundant data)
  • 24. Slide 30 of 73 TOPIC CHAPTER 1: Introducing Database System 1.3 Database System Data Storage DBMS Database Click on the numbered boxes for explanation 1 2 3
  • 25. Slide 34 of 73 TOPIC CHAPTER 1: Introducing Database System 1.3 Database System Data Retrieval DBMS Database Click on the numbered boxes for explanation 1 2 4 3
  • 26. Slide 39 of 73 TOPIC CHAPTER 1: Introducing Database System 1.4 Database Database is a computer structure that houses a collection of related data and metadata Database
  • 27. Slide 43 of 73 TOPIC CHAPTER 1: Introducing Database System 1.4.1 Characteristics of Database 1.4 Database Persistent Shared Interrelated Click on the boxes for explanation
  • 28. Slide 47 of 73 TOPIC CHAPTER 1: Introducing Database System 1.5 Database Management System Database Management System is a collection of programs that enables the creation, maintenance and usage of a database DBMS
  • 29. Slide 48 of 73 TOPIC CHAPTER 1: Introducing Database System 1.5 Database Management System Some popular DBMS include …
  • 30. Slide 49 of 73 TOPIC CHAPTER 1: Introducing Database System 1.5 Database Management System 1.5.1 Functions of Database Management System Data Storage and Retrieval Database Access Language Application Programming Interfaces Database Communication Interfaces Data Integrity Management Multiuser Access Control Security Management Backup and Recovery Management Click on the boxes for explanation
  • 31. Slide 65 of 73 TOPIC CHAPTER 1: Introducing Database System 1.5 Database Management System 1.5.2 Advantages of Database Management System Controlling Data Redundancy Improvement in Data Integrity Improvement in Security Access Versatility Reduced Development Time Click on the boxes for explanation
  • 32. Slide 71 of 73 TOPIC CHAPTER 1: Introducing Database System 1.5 Database Management System 1.5.3 Disadvantages of Database Management System Increased cost • Hardware cost (e.g. new computers) and DBMS cost • Personnel cost (e.g. hire database administrator) • Adoption cost (e.g. re-enter data into database) Complexity • DBMS is complex as it provides a lot of functionalities • If the functionalities are not needed (e.g. in the case of a small company), the power of DBMS would be wasted Greater impact of failure • Due to lack of data redundancy, if the DBMS goes down, suddenly one lose access to all data
  • 33. Slide 72 of 73 TOPIC CHAPTER 1: Introducing Database System SUMMARY  Data management is a discipline that focuses on the proper way for generating, storing and retrieving data.  The evolution of data management Manual file system Computerized file system Database system  Database system = Database + Database management system (DBMS).  Database is a computer structure that houses a collection of related data and metadata.  Database management system is a collection of programs that enables the creation, maintenance and usage of a database.
  • 34. Slide 73 of 73 TOPIC CHAPTER 1: Introducing Database System NEXT SESSION PREVIEW In Chapter 2, we will delve into the architecture and components of database system

Editor's Notes

  1. Besarkan arrow hitam
  2. Besarkan arrow, image distorted.
  3. Besarkan arrow