Company LOGO Database System I Gde Dharma N. Fenomena “Information Overload” “The percentage of unstructured data is 85% of the total and growing..” ---Delphi.

Slides:



Advertisements
Similar presentations
Data Modeling and Database Design Chapter 1: Database Systems: Architecture and Components.
Advertisements

Introduction to Databases
1 1 File Systems and Databases. 1 1 Introducing the Database 4Major Database Concepts u Data and information l Data - Raw facts l Information - Processed.
IS 4420 Database Fundamentals Leon Chen. 2 Agenda About yourself About yourself  Name  Major About the instructor About the instructor Syllabus Syllabus.
Introduction to Database Management  Department of Computer Science Northern Illinois University January 2001.
Data - Information - Knowledge
8.
1 Chapter 2 Database Environment Transparencies © Pearson Education Limited 1995, 2005.
1 Introduction to Database Management Systems Lila Rao Graham.
Chapter 6 Database Design
File Systems and Databases
Fundamentals of Information Systems, Second Edition 1 Organizing Data and Information Chapter 3.
File Systems and Databases Hachim Haddouti
ICS (072)Database Systems Background Review 1 Database Systems Background Review Dr. Muhammad Shafique.
“DOK 322 DBMS” Y.T. Database Design Hacettepe University Department of Information Management DOK 322: Database Management Systems.
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.
6 Chapter 6 Database Design Hachim Haddouti. 6 2 Hachim Haddouti and Rob & Coronel, Ch6 In this chapter, you will learn: That successful database design.
Lecture Two Database Environment Based on Chapter Two of this book:
Modeling & Designing the Database
Mrs. Maninder Kaur Mrs. Maninder Kaur 1 Architecture of DBMS
1 Chapter 2 Database Environment. 2 Chapter 2 - Objectives u Purpose of three-level database architecture. u Contents of external, conceptual, and internal.
Database Environment 1.  Purpose of three-level database architecture.  Contents of external, conceptual, and internal levels.  Purpose of external/conceptual.
2 1 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.
Chapter 1: The Database Environment and Development Process
Chapter 2 CIS Sungchul Hong
Database Architecture Introduction to Databases. The Nature of Data Un-structured Semi-structured Structured.
Web-Enabled Decision Support Systems
CSC271 Database Systems Lecture # 4.
ITEC224 Database Programming
Database Design - Lecture 2
ITEC 3220M Using and Designing Database Systems
 DATABASE DATABASE  DATABASE ENVIRONMENT DATABASE ENVIRONMENT  WHY STUDY DATABASE WHY STUDY DATABASE  DBMS & ITS FUNCTIONS DBMS & ITS FUNCTIONS 
Database System Concepts and Architecture
IST 210 Database Design Process IST 210 Todd S. Bacastow January 2005.
1 Introduction to Database Systems. 2 Database and Database System / A database is a shared collection of logically related data designed to meet the.
Week 4 Lecture Part 3 of 3 Database Design Samuel ConnSamuel Conn, Faculty Suggestions for using the Lecture Slides.
9/14/2012ISC329 Isabelle Bichindaritz1 Database System Life Cycle.
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
Database Organization and Design
What is a database? Example of database application: –Banks, –Hospital, –etc Extensions: –Multimedia databases –Geographic Information Systems –Data warehouse.
Lecture On Introduction (DBMS) By- Jesmin Akhter Assistant Professor, IIT, Jahangirnagar University.
© 2007 by Prentice Hall 1 Introduction to databases.
1/26/2004TCSS545A Isabelle Bichindaritz1 Database Management Systems Design Methodology.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
Database Management System Prepared by Dr. Ahmed El-Ragal Reviewed & Presented By Mr. Mahmoud Rafeek Alfarra College Of Science & Technology- Khan younis.
Data resource management
Database Environment Session 2 Course Name: Database System Year : 2013.
CIS/SUSL1 Fundamentals of DBMS S.V. Priyan Head/Department of Computing & Information Systems.
DatabaseCSIE NUK1 Fundamentals of Database Systems Chapter 1 Database and Database Users.
Organizing Data and Information
Database Systems. Role and Advantages of the DBMS Improved data sharing Improved data security Better data integration Minimized data inconsistency Improved.
2/20: Ch. 6 Data Management What is data? How is it stored? –Traditional management storage techniques; problems –DBMS.
CSC 351 FUNDAMENTALS OF DATABASE SYSTEMS. LECTURE 1: INTRODUCTION TO DATABASES.
Lecture On Introduction (DBMS) By- Jesmin Akhter Assistant Professor, IIT, Jahangirnagar University.
Computer Science Centre University of Indonesia Chapter 1 Database & Database Users.
Database Environment Chapter 2. The Three-Level ANSI-SPARC Architecture External Level Conceptual Level Internal Level Physical Data.
Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 Database Management Systems Chapter 1.
IST 210 Database Design Process IST 210, Section 1 Todd S. Bacastow January 2004.
IIS 645 Database Management Systems DDr. Khorsheed Today’s Topics 1. Course Overview 22. Introduction to Database management 33. Components of Database.
1 Lecture1 Introduction to Databases Systems Database 1.
Introduction: Databases and Database Systems Lecture # 1 June 19,2012 National University of Computer and Emerging Sciences.
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.
Introduction To DBMS.
Database Management.
Databases and Database Management Systems Chapter 9
Database Database is a large collection of related data that can be stored, generally describes activities of an organization. An organised collection.
Geographic Information Systems
Presentation transcript:

Company LOGO Database System I Gde Dharma N

Fenomena “Information Overload” “The percentage of unstructured data is 85% of the total and growing..” ---Delphi Group Survey, 2008

Data VS Information : What is the difference?

What is Data?  Data can be defined in many ways.  Data is a collection of facts, such as values or measurements.  Data can be defined in many ways. Information science defines data as unprocessed information.  It can be numbers, words, measurements, observations or even just descriptions of things.

What is Information?  Information is data that have been organized and communicated in a coherent and meaningful manner.  Data is converted into information, and information is converted into knowledge.  Knowledge; information evaluated and organized so that it can be used purposefully.

Universe of Discourse  A database is a model of some aspect of the reality of an organisation.  It is conventional to call this reality a universe of discourse (UoD), or a domain of discourse. Universe of Discourse Database Design Database Scheme

What is Database?  A Database is any collection of data.  Models a real-world enterprise  A DBMS is a software system designed to maintain a database.  We use a DBMS when  there is a large amount of data  security and integrity of the data are important  many users access the data concurrently

 Factbases  Datum  Persistence  Intensional dan Extensional Parts  Integrity  Redudancy  Transactions  Integrity Constraints Nature of Database

Data Model  Hierarchy Data Model  Network Data Model  Relational Data Model

DBMS Approach  Top-Down Approach, start making database with planning stage. Example : Entity Relationship Diagram.  Bottom-Up Approach, used to transform from traditional system or form to database.

Why use a DBMS?  Without a DBMS, we’d have : Data stored as bits on disk organized as files Access by a collection of ad hoc programs Users of the data There is no control or coordination of what these program do with the data

Why use a DBMS?  With a DBMS, we have : Data stored as bits on disk organized as files Application Users of the data DBMS provide control and coordination to protect the data. DBMS

DBMS Advantage  High Performance for large data.  Data Integrity.  Data Independence.  Centralization of data.  Data Security more flexible.

Main Component of Database  Hardware  Software  Data  User

Layers of Data Abstraction View 1View 2View 3 Conceptual Schema / Internal Schema / Logical Schema Database File External Layer Logical Layer Physical Layer

Functional Component of Database  Database Manager  File Manager  Disk Manager

Database Development Life Cycle

 Thank you for your attention.  Any Question?????