SlideShare una empresa de Scribd logo
1 de 20
Descargar para leer sin conexión




Introduction

Med.elhedhli@mailpost.tn

Mohamed HEDHLY
 Presentation
 Examples

 Characteristics
 Data independence
•
•



Data models
•
•
•
•



Physical independence
Logical independence

Hierarchical model
Network model
Relational model
Object-oriented model

Data architecture
•
•
•

External level
Logical level
Internal level
 Database

management systems is a
software package that allows users to
create, edit, query, update and administrate
Database
 it also defines rules to validate and
manipulate this data.
 Using DBMS final users can simply store
modify extract information from database.




Characteristics
 Data

independence is a form of database
management that keeps data separated
from all programs that make use of it.
 Data cannot be redefined or reorganized by
any of the programs that make use of it. In
this manner, the data remains accessible,
but it is also stable and cannot be corrupted
by the applications
It is the ability to change the internal
schema(Using new storage media, Using
different data structures, switching from one
access method to another, using different file
organizations or storage structures, modifying
indexes, ...) for reasons of optimization or
reorganization
without
affecting
the
application programs.
Logical data independence makes it
possible to change the structure of the
data(addition or deletion of fresh entities,
attributes
or
relationships...
)
independently
of
modifying
the
applications or programs that make use
of the data.
It’s a collection of concepts, rules and
tools for the description of the structure
of the database.
Structure of the database means the
data types, the data semantics, the
constraints and the relationships for the
description
or
storage
of
data
respectively.
The hierarchical data
model organizes data in
a tree structure
 each entity has only one
parent but can have
several children . At the
top of hierarchy there is
only one entity which is
called Root.

In the network model,
entities are organized in
a graph, in which some
entities can be accessed
through several path
 The
network
model
organizes data in a tree
structure but allows each
record to have multiple
parent and child records





A
relational
database
allows the definition of
data structures, storage
and retrieval operations
and integrity constraints.
the data and relations
between
them
are
organized in tables.
A table is a collection of
records and each record in
a table contains the same
fields.
 Object-oriented

models
define a database as a
collection of objects
with
features
and
methods.
 information
is
represented in the
form of objects as used
in
object-oriented
programming
Models, policies, rules or standards that
govern which data is collected, and how it is
stored, arranged, integrated, and put to use in
data systems and in organizations
The architecture of a database system
determines its capability, reliability,
effectiveness and efficiency in meeting user
requirements.
A database management system provides
three views of the database data:




The highest level of
abstraction it define and
specify user views : views
that enable different data
users to see it in different
ways
It also contains the method
of deriving the objects in
the external view from the
objects in the conceptual
view.






The next-higher level of
abstraction describes what
data are stored in the
database,
and
what
relationships exist among
those data.
It defines how information
is arranged within the
database.
the conceptual schema
describes all relations that
are stored in the database







The
lowest
level
of
abstraction
It describes how the data will
be physically stored and
accessed, using a DBMS.
So it describes details of how
data is stored: files, indices,
etc. on the random access
disk system.
It also typically describes the
record layout of files and type
of files

Más contenido relacionado

La actualidad más candente

Introduction to data warehousing
Introduction to data warehousing   Introduction to data warehousing
Introduction to data warehousing
Girish Dhareshwar
 

La actualidad más candente (20)

Big data analytics
Big data analyticsBig data analytics
Big data analytics
 
Introduction to data warehousing
Introduction to data warehousing   Introduction to data warehousing
Introduction to data warehousing
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
Database management system
Database management systemDatabase management system
Database management system
 
Data Warehouse Basic Guide
Data Warehouse Basic GuideData Warehouse Basic Guide
Data Warehouse Basic Guide
 
Data mining tasks
Data mining tasksData mining tasks
Data mining tasks
 
Modern-Data-Warehouses-In-The-Cloud-Use-Cases-Slim-Baltagi
Modern-Data-Warehouses-In-The-Cloud-Use-Cases-Slim-BaltagiModern-Data-Warehouses-In-The-Cloud-Use-Cases-Slim-Baltagi
Modern-Data-Warehouses-In-The-Cloud-Use-Cases-Slim-Baltagi
 
Database Administration
Database AdministrationDatabase Administration
Database Administration
 
Introduction to database
Introduction to databaseIntroduction to database
Introduction to database
 
OLAP
OLAPOLAP
OLAP
 
Introduction to snowflake
Introduction to snowflakeIntroduction to snowflake
Introduction to snowflake
 
Data warehouse
Data warehouse Data warehouse
Data warehouse
 
Introduction of Big data, NoSQL & Hadoop
Introduction of Big data, NoSQL & HadoopIntroduction of Big data, NoSQL & Hadoop
Introduction of Big data, NoSQL & Hadoop
 
Object Oriented Database Management System
Object Oriented Database Management SystemObject Oriented Database Management System
Object Oriented Database Management System
 
Relational databases vs Non-relational databases
Relational databases vs Non-relational databasesRelational databases vs Non-relational databases
Relational databases vs Non-relational databases
 
Data Lifecycle Management
Data Lifecycle ManagementData Lifecycle Management
Data Lifecycle Management
 
Database Concepts and Components
Database Concepts and ComponentsDatabase Concepts and Components
Database Concepts and Components
 
DATA WAREHOUSING AND DATA MINING
DATA WAREHOUSING AND DATA MININGDATA WAREHOUSING AND DATA MINING
DATA WAREHOUSING AND DATA MINING
 
Introduction to database
Introduction to databaseIntroduction to database
Introduction to database
 
Big data visualization
Big data visualizationBig data visualization
Big data visualization
 

Destacado (8)

Why is data independence (still) so important? Optiq and Apache Drill.
Why is data independence (still) so important? Optiq and Apache Drill.Why is data independence (still) so important? Optiq and Apache Drill.
Why is data independence (still) so important? Optiq and Apache Drill.
 
Dbms
DbmsDbms
Dbms
 
Data independence
Data independenceData independence
Data independence
 
DBMS an Example
DBMS an ExampleDBMS an Example
DBMS an Example
 
Data Base Management System
Data Base Management SystemData Base Management System
Data Base Management System
 
Basic DBMS ppt
Basic DBMS pptBasic DBMS ppt
Basic DBMS ppt
 
Dbms slides
Dbms slidesDbms slides
Dbms slides
 
Database management system presentation
Database management system presentationDatabase management system presentation
Database management system presentation
 

Similar a Database management systems

Database Management System NOTES for 2nd year
Database Management System NOTES for 2nd yearDatabase Management System NOTES for 2nd year
Database Management System NOTES for 2nd year
dhasamalika
 
9a797dbms chapter1 b.sc2
9a797dbms chapter1 b.sc29a797dbms chapter1 b.sc2
9a797dbms chapter1 b.sc2
Mukund Trivedi
 

Similar a Database management systems (20)

Unit 1.pptx
Unit 1.pptxUnit 1.pptx
Unit 1.pptx
 
Ch1_Intro-95(1).ppt
Ch1_Intro-95(1).pptCh1_Intro-95(1).ppt
Ch1_Intro-95(1).ppt
 
Week 2 Characteristics & Benefits of a Database & Types of Data Models
Week 2 Characteristics & Benefits of a Database & Types of Data ModelsWeek 2 Characteristics & Benefits of a Database & Types of Data Models
Week 2 Characteristics & Benefits of a Database & Types of Data Models
 
Unit 2 rdbms study_material
Unit 2  rdbms study_materialUnit 2  rdbms study_material
Unit 2 rdbms study_material
 
Dbms module i
Dbms module iDbms module i
Dbms module i
 
DatabaseManagementSystem.pptx
DatabaseManagementSystem.pptxDatabaseManagementSystem.pptx
DatabaseManagementSystem.pptx
 
Dbms unit i
Dbms unit iDbms unit i
Dbms unit i
 
Unit 1 DBMS
Unit 1 DBMSUnit 1 DBMS
Unit 1 DBMS
 
DBMS-Unit-1.pptx
DBMS-Unit-1.pptxDBMS-Unit-1.pptx
DBMS-Unit-1.pptx
 
Introduction to DBMS_VP.pptx
Introduction to DBMS_VP.pptxIntroduction to DBMS_VP.pptx
Introduction to DBMS_VP.pptx
 
unit 1.pdf
unit 1.pdfunit 1.pdf
unit 1.pdf
 
Database Management System NOTES for 2nd year
Database Management System NOTES for 2nd yearDatabase Management System NOTES for 2nd year
Database Management System NOTES for 2nd year
 
Dbms notes
Dbms notesDbms notes
Dbms notes
 
Data models
Data modelsData models
Data models
 
Database Systems - introduction
Database Systems - introductionDatabase Systems - introduction
Database Systems - introduction
 
Database Management system
Database Management systemDatabase Management system
Database Management system
 
dbms unit-1
dbms unit-1dbms unit-1
dbms unit-1
 
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]
 
Lecture 1.pptx
Lecture 1.pptxLecture 1.pptx
Lecture 1.pptx
 
9a797dbms chapter1 b.sc2
9a797dbms chapter1 b.sc29a797dbms chapter1 b.sc2
9a797dbms chapter1 b.sc2
 

Último

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 

Último (20)

Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 

Database management systems

  • 2.  Presentation  Examples  Characteristics  Data independence • •  Data models • • • •  Physical independence Logical independence Hierarchical model Network model Relational model Object-oriented model Data architecture • • • External level Logical level Internal level
  • 3.  Database management systems is a software package that allows users to create, edit, query, update and administrate Database  it also defines rules to validate and manipulate this data.  Using DBMS final users can simply store modify extract information from database.
  • 4.
  • 6.
  • 7.  Data independence is a form of database management that keeps data separated from all programs that make use of it.  Data cannot be redefined or reorganized by any of the programs that make use of it. In this manner, the data remains accessible, but it is also stable and cannot be corrupted by the applications
  • 8. It is the ability to change the internal schema(Using new storage media, Using different data structures, switching from one access method to another, using different file organizations or storage structures, modifying indexes, ...) for reasons of optimization or reorganization without affecting the application programs.
  • 9. Logical data independence makes it possible to change the structure of the data(addition or deletion of fresh entities, attributes or relationships... ) independently of modifying the applications or programs that make use of the data.
  • 10.
  • 11. It’s a collection of concepts, rules and tools for the description of the structure of the database. Structure of the database means the data types, the data semantics, the constraints and the relationships for the description or storage of data respectively.
  • 12. The hierarchical data model organizes data in a tree structure  each entity has only one parent but can have several children . At the top of hierarchy there is only one entity which is called Root. 
  • 13. In the network model, entities are organized in a graph, in which some entities can be accessed through several path  The network model organizes data in a tree structure but allows each record to have multiple parent and child records 
  • 14.   A relational database allows the definition of data structures, storage and retrieval operations and integrity constraints. the data and relations between them are organized in tables. A table is a collection of records and each record in a table contains the same fields.
  • 15.  Object-oriented models define a database as a collection of objects with features and methods.  information is represented in the form of objects as used in object-oriented programming
  • 16.
  • 17. Models, policies, rules or standards that govern which data is collected, and how it is stored, arranged, integrated, and put to use in data systems and in organizations The architecture of a database system determines its capability, reliability, effectiveness and efficiency in meeting user requirements. A database management system provides three views of the database data:
  • 18.   The highest level of abstraction it define and specify user views : views that enable different data users to see it in different ways It also contains the method of deriving the objects in the external view from the objects in the conceptual view.
  • 19.    The next-higher level of abstraction describes what data are stored in the database, and what relationships exist among those data. It defines how information is arranged within the database. the conceptual schema describes all relations that are stored in the database
  • 20.     The lowest level of abstraction It describes how the data will be physically stored and accessed, using a DBMS. So it describes details of how data is stored: files, indices, etc. on the random access disk system. It also typically describes the record layout of files and type of files