Four Levels of Data from Ricardo’s Database Illuminated

Slides:



Advertisements
Similar presentations
Information System Analysis Lab 7. ERD entity-relationship diagram is a data modeling technique that creates a graphical representation of the entities,
Advertisements

Oct 31, 2000Database Management -- Fall R. Larson Database Management: Introduction to Terms and Concepts University of California, Berkeley School.
1 Specification of IT Systems Mandatory Exercise Week 3.
“DOK 322 DBMS” Y.T. Database Design Hacettepe University Department of Information Management DOK 322: Database Management Systems.
Announcements Homework 1 Due 9/15 Project: Step 1 Due 9/17 Reading for Wednesday –2.6 – 2.8.
 Definition  Components  Advantages  Limitations Contents  DBMS DBMS  Functions Functions  Architecture Architecture.
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.
CSCI 3140 Module 2 – Conceptual Database Design Theodore Chiasson Dalhousie University.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
Methodology - Conceptual Database Design. 2 Design Methodology u Structured approach that uses procedures, techniques, tools, and documentation aids to.
Jozef Kuper.  Describe a Database  Entities  Atributes  Relationships.
Databases Illuminated Chapter 3 The Entity Relationship Model.
INTRODUCTION TO DATABASE DESIGN. Definitions Database Models: Conceptual, Logical, Physical Conceptual: “big picture” overview of data and relationships.
Conceptual Databases Design Step 1 © Pearson Education Limited 1995, 2005.
Statistical Metadata Extensions to the X3.285 Metamodel By Daniel W. Gillman Chairman, NCITS/L8 U.S. Bureau of the Census.
Database Planning Database Design Normalization.
Geographic Information Systems GIS Data Databases.
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:
Introduction to DBMS Purpose of Database Systems View of Data
Data Model Basic Building Blocks
國立臺北科技大學 課程:資料庫系統 Chapter 2 Database Environment.
Business System Development
Introduction To DBMS.
REV 00 Chapter 2 Database Environment DDC DATABASE SYSTEM.
The Components of Information Systems
REV 00 Chapter 2 Database Environment DDC DATABASE SYSTEM.
Methodology Conceptual Databases Design
Database Management.
ITEC 3220A Using and Designing Database Systems
Datab ase Systems Week 1 by Zohaib Jan.
Chapter 2 Database Environment.
IS 130 Information systems 1
Methodology Conceptual Database Design
Database Systems Chapter 3 1.
Chapter 1: Introduction
DATA MODELS.
CITA 215 Section 3 Data Modeling.
CIS 207 The Relational Database Model
Introduction What is a Database?.
Database Management  .
RELATIONAL DATABASE MODEL
 DATAABSTRACTION  INSTANCES& SCHEMAS  DATA MODELS.
The Components of Information Systems
Database Processing: David M. Kroenke’s Chapter One: Introduction
Introduction to Database Systems
Order Database – ER Diagram
Data Base System Lecture 2: Introduction to Database
Database Processing: David M. Kroenke’s Chapter One: Introduction
Chapter 5 Data Resource Management.
الفصل الخامس قواعد البيانات Databases
IST 318 Database Administration
Database Management Systems
Data Model.
Introduction to Databases
Introduction to DBMS Purpose of Database Systems View of Data
The Database Environment
Database Design Hacettepe University
Methodology Conceptual Databases Design
Chapter 2 Database Environment Pearson Education © 2014.
Chapter 1: Introduction
Chapter 1: Introduction
The ANSI/SPARC Architecture of a Database Environment
DATA MODELS.
Chapter 1: Introduction
Chapter 1: Introduction
G061 - Data Dictionary.
Database Dr. Roueida Mohammed.
Geographic Information Systems
Database Design Chapter 7.
Presentation transcript:

Four Levels of Data from Ricardo’s Database Illuminated Real world Enterprise in its environment Mini-world, or Universe of Discourse – part of the world that is represented in the database Conceptual Model Entities, entity sets, attributes, relationships Logical model of database Metadata, data about data Record types, data item types, data aggregates Stored in data dictionary Data occurrences Database itself Data instances files

Data Dictionary – from Wikipedia The term may have one of several closely related meanings pertaining to databases and database management systems (DBMS): a document describing a database or collection of databases an integral component of a DBMS that is required to determine its structure a piece of middleware that extends or supplants the native data dictionary of a DBMS