DATA MODELS.

Slides:



Advertisements
Similar presentations
Oct 31, 2000Database Management -- Fall R. Larson Database Management: Introduction to Terms and Concepts University of California, Berkeley School.
Advertisements

Chapter 2 Database Environment.
“DOK 322 DBMS” Y.T. Database Design Hacettepe University Department of Information Management DOK 322: Database Management Systems.
8/28/97Information Organization and Retrieval Files and Databases University of California, Berkeley School of Information Management and Systems SIMS.
Chapter 2 Database Environment Pearson Education © 2014.
1 Chapter 2 Database Environment. 2 Objectives of Three-Level Architecture u All users should be able to access same data u User’s view immune to changes.
Lecture Two Database Environment Based on Chapter Two of this book:
1 Chapter 2 Database Environment. 2 Chapter 2 - Objectives u Purpose of three-level database architecture. u Contents of external, conceptual, and internal.
Mrs. Maninder Kaur 1Maninder Kaur
Database Environment 1.  Purpose of three-level database architecture.  Contents of external, conceptual, and internal levels.  Purpose of external/conceptual.
Web-Enabled Decision Support Systems
CSC271 Database Systems Lecture # 4.
CST203-2 Database Management Systems Lecture 2. One Tier Architecture Eg: In this scenario, a workgroup database is stored in a shared location on a single.
© 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang 5-1 Chapter 5 Business Intelligence: Data.
Lecture2: Database Environment Prepared by L. Nouf Almujally & Aisha AlArfaj 1 Ref. Chapter2 College of Computer and Information Sciences - Information.
UNIT 2.
Database Management System Prepared by Dr. Ahmed El-Ragal Reviewed & Presented By Mr. Mahmoud Rafeek Alfarra College Of Science & Technology- Khan younis.
8/31/2012ISC329 Isabelle Bichindaritz1 Database Environment.
Module 2: Database Environment
Bayu Adhi Tama, M.T.I 1 © Pearson Education Limited 1995, 2005.
Database Environment Session 2 Course Name: Database System Year : 2013.
1 Chapter 1 Introduction to Databases Transparencies.
1 Database Environment. 2 Objectives of Three-Level Architecture All users should be able to access same data. A user’s view is immune to changes made.
Chapter 1 Revealed Distributed Objects Design Concepts CSLA.
Levels of Abstraction (Views of Data ) Physical level: describes how a record (e.g., customer) is stored. Logical level: describes data stored in database,
Chapter 2 Database Environment.
1 Database Environment. 2 Objectives of Three-Level Architecture u All users should be able to access same data. u A user’s view is immune to changes.
1 Chapter 2 Database Environment Pearson Education © 2009.
LECTURE TWO Introduction to Databases: Data models Relational database concepts Introduction to DDL & DML.
Welcome: To the fifth learning sequence “ Data Models “ Recap : In the previous learning sequence, we discussed The Database concepts. Present learning:
MBI 630: Week 9 Conceptual Data Modeling and Designing Database 6/10/2016.
CS-508 Databases and Data Mining By Dr. Noman Hasany.
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.
CS 325 Spring ‘09 Chapter 1 Goals:
- The most common types of data models.
國立臺北科技大學 課程:資料庫系統 Chapter 2 Database Environment.
REV 00 Chapter 2 Database Environment DDC DATABASE SYSTEM.
REV 00 Chapter 2 Database Environment DDC DATABASE SYSTEM.
Computers: Tools for an Information Age
Chapter 2: Database System Concepts and Architecture - Outline
Chapter 2 Database Environment.
An Introduction to database system
Chapter 2 Database System Concepts and Architecture
Database Management:.
DATA MODELS.
Databases and Database Management Systems Chapter 9
Computers: Tools for an Information Age
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
 DATAABSTRACTION  INSTANCES& SCHEMAS  DATA MODELS.
Chapter 2 Database Environment.
Chapter 2 Database Environment Pearson Education © 2009.
Chapter 2 Database Environment Pearson Education © 2009.
The ANSI/SPARC Architecture aka the 3 Level Architecture
Chapter 2 Database Environment.
Data Base System Lecture : Database Environment
File Systems and Databases
Chapter 5 Data Resource Management.
Databases and Structured Files: What is a database?
Database Environment Transparencies
Database Management Systems
Databases.
Data Model.
Database Systems Instructor Name: Lecture-3.
Database Design Hacettepe University
Data Models.
Chapter 2 Database Environment Pearson Education © 2014.
Data Models in DBMS A model is a representation of reality, 'real world' objects and events, associations. Data Model can be defined as an integrated collection.
Chapter 2 Database Environment Pearson Education © 2009.
Chapter 2 Database Environment Pearson Education © 2009.
Presentation transcript:

DATA MODELS

MODEL AND DATA MODEL Model- is an abstraction or representation of the real world that reveals all features of interest to the users of the information in the model Are created to better understand a process/ phenomenon/activity A model is used to provide a representation of items, events and relationship sets between them and to provide all the basic concepts and rules for good communication between developers and users

Data model continued… Hoberman (2009) defines a data model as a wayfinding tool for both business and IT professionals which uses a set of symbols and text to precisely explain a subset of real information to improve communication within the organization and thereby lead to a more flexible and stable application environment

Data model is a tool for data abstraction representing the organization itself and helps users clearly and accurately communicate their understanding of the organization data

DATA MODEL CATEGORIES High Level/ Object Based/ Conceptual Based They provide concepts that are close to the user or close to the way the user sees the database They describe data at the conceptual and external view levels Allows one to specify data constraints explicitly e.g. ER model, Object oriented model, semantic model

E.g. hierarchical, relational and network Implementation/ Record Based/ Representational They are used to specify the logical structure of the database The database is structured in fixed format records of several types and each record type defines a fixed number of fields/ attributes and each field is usually of a fixed length E.g. hierarchical, relational and network

Physical/ Low Level data model They provide concepts that describe the data of how data (metadata) is stored in the computer Concepts at this level are meant for computer specialists and not meant for typical end users

RESEARCH 2- TIER AND 3 TIER ARCHITECTURE