Advanced Database Models

Slides:



Advertisements
Similar presentations
Database Systems: Design, Implementation, and Management Ninth Edition
Advertisements

Database Systems: Design, Implementation, and Management Tenth Edition
Database Systems: Design, Implementation, and Management Tenth Edition
Database Systems: Design, Implementation, and Management Tenth Edition
1 © 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the.
Chapter 2 Data Models.
Database Systems: Design, Implementation, and Management Ninth Edition
FILE SYSTEMS & DATABASE 1.5: Data Models
Introduction to Databases
ITS232 Introduction To Database Management Systems
Chapter 2 Data Models Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Chapter 2 Data Model Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
Chapter 2 Data Models Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Chapter 2 Data Models Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
File Systems and Databases
Data Models.
File Systems and Databases Hachim Haddouti
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 2 Data Models Database Systems, 8th Edition 1.
Chapter 4 Entity Relationship (E-R) Modeling
2 1 Chapter 2 Data Model Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
Chapter 2 Data Model Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
Week 1 Lecture MSCD 600 Database Architecture Samuel ConnSamuel Conn, Asst. Professor Suggestions for using the Lecture Slides.
2 1 Chapter 2 Data Models Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Database Design - Lecture 2
Database Systems: Design, Implementation, and Management Ninth Edition
Chapter # 2 Data Models BIS Database Systems A.Thanop Somprasong
2 1 Data Models MIS 304 Winter Class Goals Understand why data models are important Learn about the basic data-modeling building blocks Learn.
1 Chapter 2 Data Model Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
1 Data Models. 2 Overview Why data models are important Basic data-modeling building blocks What are business rules and how do they influence database.
L Department of Mathematics Computer and Information Science l1l1 1 CS 351: Database Management Christopher I. G. Lanclos Chapter 2.
11 Chapter 11 Object-Oriented Databases Database Systems: Design, Implementation, and Management 4th Edition Peter Rob & Carlos Coronel.
Chapter 2 Data Model Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
CS311 Database Management system Somchai Thangsathityangkul 1.
1 © 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the.
Department of Mathematics Computer and Information Science1 CS 351: Database Management Systems Christopher I. G. Lanclos Chapter 4.
Data Models. 2 The Importance of Data Models Data models –Relatively simple representations, usually graphical, of complex real-world data structures.
DBS201: Data Modeling. Agenda Data Modeling Types of Models Entity Relationship Model.
1 Database Systems, 8 th Edition Database Systems: Design, Implementation, and Management Eighth Edition Chapter 2 Data Models.
1 © 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the.
Learn about: Data modeling and why data models are important Basic data-modeling building blocks What business rules are and how they influence database.
1 © 2010 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the.
Databases and Database User ch1 Define Database? A database is a collection of related data.1 By data, we mean known facts that can be recorded and that.
- The most common types of data models.
Database Systems: Design, Implementation, and Management Tenth Edition
REV 00 Chapter 2 Database Environment DDC DATABASE SYSTEM.
REV 00 Chapter 2 Database Environment DDC DATABASE SYSTEM.
Chapter 2 Database Environment.
Entity Relationship (E-R) Modeling
CS311 Database Management system
DATA MODELS Siti Nurbaya Ismail Senior Lecturer
Database Management system
 DATAABSTRACTION  INSTANCES& SCHEMAS  DATA MODELS.
ITS232 Introduction To Database Management Systems
Chapter 2 Database Environment.
Chapter 2 Database Environment Pearson Education © 2009.
Database Management System (DBMS)
Chapter 2 Database Environment Pearson Education © 2009.
The ANSI/SPARC Architecture aka the 3 Level Architecture
File Systems and Databases
Chapter 4 Entity Relationship (ER) Modeling
Database Environment Transparencies
Chapter 20 Object-Oriented Analysis and Design
Data Model.
Introduction to Databases
Chapter 2 Data Models Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Chapter 2 Database Environment Pearson Education © 2014.
Chapter 2 Database Environment Pearson Education © 2009.
Chapter 2 Database Environment Pearson Education © 2009.
Presentation transcript:

Advanced Database Models Database Principles Constructed by Hanh Pham based on slides from: “Database Processing, Fundamentals, Design, and Implementation”, D. Kroenke, D. Auer, Prentice Hall “Database Principles: Fundamentals of Design, Implementation, and Management”, C. Coronel, S. Morris, P.Rob Advanced Database Models

Outlines Object-oriented data model(OOM) Extended relational data model (ERDM) Abstraction levels of Data Modeling External Conceptual Internal

The Object-Oriented (OO) Model Data and relationships are contained in a single structure known as an object OODM (object-oriented data model) is the basis for OODBMS Semantic data model An object: Contains operations Are self-contained: a basic building-block for autonomous structures Is an abstraction of a real-world entity

The Object-Oriented (OO) Model Attributes describe the properties of an object Objects that share similar characteristics are grouped in classes Classes are organized in a class hierarchy Inheritance: object inherits methods and attributes of parent class UML based on OO concepts that describe diagrams and symbols Used to graphically model a system

The Object-Oriented (OO) Model Advantages Adds semantic content Visual presentation includes semantic content Database integrity Both structural and data independence Disadvantages Slow pace of OODM standards development Complex navigational data access Steep learning curve High system overhead slows transactions Lack of market penetration

Object/Relational and XML Extended relational data model (ERDM) Semantic data model developed in response to increasing complexity of applications Includes many of OO model’s best features Often described as an object/relational database management system (O/RDBMS) Primarily geared to business applications

Object/Relational and XML The Internet revolution created the potential to exchange critical business information In this environment, Extensible Markup Language (XML) emerged as the de facto standard Current databases support XML XML: the standard protocol for data exchange among systems and Internet services

Emerging Data Models: Big Data and NoSQL Find new and better ways to manage large amounts of Web-generated data and derive business insight from it Simultaneously provides high performance and scalability at a reasonable cost Relational approach does not always match the needs of organizations with Big Data challenges

Emerging Data Models: Big Data and NoSQL NoSQL databases Not based on the relational model, hence the name NoSQL Supports distributed database architectures Provides high scalability, high availability, and fault tolerance Supports very large amounts of sparse data Geared toward performance rather than transaction consistency

Emerging Data Models: Big Data and NoSQL Key-value data model Two data elements: key and value Every key has a corresponding value or set of values Sparse data Number of attributes is very large Number of actual data instances is low Eventual consistency Updates will propagate through system; eventually all data copies will be consistent

Common characteristics: Data Models: A Summary Common characteristics: Conceptual simplicity with semantic completeness Represent the real world as closely as possible Real-world transformations must comply with consistency and integrity characteristics Each new data model capitalized on the shortcomings of previous models Some models better suited for some tasks

Degrees of Data Abstraction Database designer starts with abstracted view, then adds details ANSI Standards Planning and Requirements Committee (SPARC) Defined a framework for data modeling based on degrees of data abstraction (1970s): External Conceptual Internal

The External Model End users’ view of the data environment ER diagrams represent external views External schema: specific representation of an external view Entities Relationships Processes Constraints

The External Model Easy to identify specific data required to support each business unit’s operations Facilitates designer’s job by providing feedback about the model’s adequacy Ensures security constraints in database design Simplifies application program development

The Conceptual Model Represents global view of the entire database All external views integrated into single global view: conceptual schema ER model most widely used ERD graphically represents the conceptual schema

The Conceptual Model Provides a relatively easily understood macro level view of data environment Independent of both software and hardware Does not depend on the DBMS software used to implement the model Does not depend on the hardware used in the implementation of the model Changes in hardware or software do not affect database design at the conceptual level

The Internal Model Representation of the database as “seen” by the DBMS Maps the conceptual model to the DBMS Internal schema depicts a specific representation of an internal model Depends on specific database software Change in DBMS software requires internal model be changed Logical independence: change internal model without affecting conceptual model

The Physical Model Operates at lowest level of abstraction Describes the way data are saved on storage media such as disks or tapes Requires the definition of physical storage and data access methods Relational model aimed at logical level Does not require physical-level details Physical independence: changes in physical model do not affect internal model

Summary Object-oriented data model: object is basic modeling structure Relational model adopted object-oriented extensions: extended relational data model (ERDM) OO data models depicted using UML Data-modeling requirements are a function of different data views and abstraction levels Three abstraction levels: external, conceptual, and internal