By Aspet Galestanian 05/08/2010.  Data is information that has been translated into a form that is more convenient to move or process.

Slides:



Advertisements
Similar presentations
Introduction to Databases
Advertisements

Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
Chapter 1: The Database Environment
Database Theory Why use database? Data is a valuable corporate resource which needs adequate accuracy, consistency and security controls. The centralized.
Introduction to Database Management  Department of Computer Science Northern Illinois University January 2001.
Introduction to Databases
Chapter 3 Database Management
1 Pertemuan 01 Pengantar tentang database Matakuliah: >/ > Tahun: > Versi: >
1 Introduction The Database Environment. 2 Web Links Google General Database Search Database News Access Forums Google Database Books O’Reilly Books Oracle.
3-1 Chapter 3 Data and Knowledge Management
1 Minggu 1, Pertemuan 1 Introduction to Database Matakuliah: T0206-Sistem Basisdata Tahun: 2005 Versi: 1.0/0.0.
Introduction to Databases Transparencies
Chapter 1 INTRODUCTION TO DATABASE.
Databases and Database Management Systems
INTRODUCTION TO DATABASES
Chapter 1 Introduction to Databases
Introduction to Databases
Introduction to Database Systems 1.  Assignments – 3 – 9%  Marked Lab – 5 – 10% + 2% (Bonus)  Marked Quiz – 3 – 6%  Mid term exams – 2 – (30%) 15%
Introduction to Databases Transparencies 1. ©Pearson Education 2009 Objectives Common uses of database systems. Meaning of the term database. Meaning.
Introduction to Database
CS370 Spring 2007 CS 370 Database Systems Lecture 2 Overview of Database Systems.
Database Design - Lecture 1
DBS201: DBA/DBMS Lecture 13.
Sistem Basis Data (DATABASE) Siauw Yohanes Darmawan
6-1 DATABASE FUNDAMENTALS Information is everywhere in an organization Information is stored in databases –Database – maintains information about various.
Chapter 1 Introduction to Databases Pearson Education ©
Database Architecture Introduction to Databases. The Nature of Data Un-structured Semi-structured Structured.
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 1 DATABASE SYSTEMS (Cont’d) Instructor Ms. Arwa Binsaleh.
1 CSBP430 – Database Systems Chapter 1: Databases and Database Users Mamoun Awad College of Information Technology United Arab Emirates University
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
Database System Concepts and Architecture
Chapter 1 In-lab Quiz Next week
Storing Organizational Information - Databases
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
Chapter 1 Introduction to Databases © Pearson Education Limited 1995, 2005.
Module 1: Database System
Introduction to Database AIT632 Chapter 1 Sungchul Hong.
MSIS 635 DATABASE MANAGEMNT Database Systems Thomas Connolly and Carolyn Begg Third Edition – 2002 – ©Addison Wesley.
Chapter 3 Databases and Data Warehouses: Building Business Intelligence Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
CIS/SUSL1 Fundamentals of DBMS S.V. Priyan Head/Department of Computing & Information Systems.
1 Introduction to Databases. 2 Examples of Database Applications u Purchases from the supermarket u Purchases using your credit card u Booking a holiday.
1 Chapter 1 Introduction to Databases Transparencies.
© 2006 Pearson Education Canada Inc. 3-1 Chapter 3 Database Management PowerPoint Presentation Jack Van Deventer Ward M. Eagen.
Introduction to Databases Transparencies © Pearson Education Limited 1995, 2005.
Chapter 1 © 2013 Pearson Education, Inc. Publishing as Prentice Hall Chapter 1: The Database Environment and Development Process Modern Database Management.
Introduction to Databases Dr. Osama AL Rababah. Objectives In this capture you will learn: Some common uses of database systems. The characteristics of.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
IIS 645 Database Management Systems DDr. Khorsheed Today’s Topics 1. Course Overview 22. Introduction to Database management 33. Components of Database.
Database Principles: Fundamentals of Design, Implementation, and Management Chapter 1 The Database Approach.
Introduction to Databases Transparencies
Introduction to Databases
Introduction to Databases Transparencies
Introduction to Databases
Datab ase Systems Week 1 by Zohaib Jan.
The Database Environment
Manajemen Data (2) PTI Pertemuan 6.
Introduction to Databases
Introduction to Databases Transparencies
Introduction to Databases
Introduction to Databases Connolly and Begg
Tahun : <<2005>> Versi : <<1/1>>
Introduction to Databases
Chapter 1 Database Systems
Database Systems Chapter 1
Introduction to Databases
Chapter 1: The Database Environment
Introduction to Databases
Introduction to Databases
Chapter 1 Database Systems
Introduction to Databases Transparencies
Presentation transcript:

By Aspet Galestanian 05/08/2010

 Data is information that has been translated into a form that is more convenient to move or process.

 The terms information and knowledge are frequently used for overlapping concepts. The main difference is in the level of abstraction being considered. Data is the lowest level of abstraction, information is the next level, and finally, knowledge is the highest level among all three

 Data on its own carries no meaning. In order for data to become information, it must be interpreted and take on a meaning. For example, the height of Mt. Everest is generally considered as "data", a book on Mt. Everest geological characteristics may be considered as "information", and a report containing practical information on the best way to reach Mt. Everest's peak may be considered as "knowledge".

 Most research projects need data in order to answer a proposed research problem. The data that need to be acquired, and the sources of such data, must be identified as a matter of utmost importance.

 is a broad field of study, but essentially is the process of managing data as a resource that is valuable to an organization or business. Main Topics in Data management  Data Modeling  Data Warehousing  Data Movement  Database Administration  Data Mining

 Data modeling is first creating a structure for the data that you collect and use and then organizing this data in a way that is easily accessible and efficient to store and pull the data for reports and analysis.

 Top-down  Bottom-up:

 Semantic data modeling  Generic data modeling  Data Vault Modeling  Object-Relational Mapping  Object Role Modeling  Relational Model

 It’s technique to define the meaning of data within the context of its interrelationships with other data.

 A data warehouse is a repository of an organization's electronically stored data. Data warehouses are designed to facilitate reporting and analysis

 Provides a common data model for all data of interest regardless of the data's source.  Information in the data warehouse is under the control of data warehouse users so that, even if the source system data is purged over time, the information in the warehouse can be stored safely for extended periods of time.  Because they are separate from operational systems, data warehouses provide retrieval of data without slowing down operational systems.  Data warehouses can work in conjunction with and, hence, enhance the value of operational business applications, notably Customer Relationship Management (CRM) systems.  Data warehouses facilitate decision support system applications such as trend reports

 Data warehouses are not the optimal environment for unstructured data.  latency  High costs.  Data warehouses can get outdated relatively quickly

 Data movement is the ability to move data from one place to another.

 To access information from a database, you need a database management system This is a collection of programs that enables you to enter, organize, and select data in a database.  A DBMS is a set of software program that controls the organization, storage, management, and retrieval of data in a database.

 1960s Navigational DBMS  1970s Relational DBMS  End 1970s SQL DBMS  1980s Object Oriented Databases

 DBMS Engine  Data Definition Subsystem  Data Manipulation Subsystem  Application Generation Subsystem  Data Administration Subsystem

 Relational Database Management Systems  Network Database Management Systems  Hierarchical Database Management Systems

 Database Development  Database Interrogation  Database Maintenance  Application Development

Advantages:  Control of data redundancy, consistency, abstraction, sharing  Improved data integrity, security, enforcement of standards and economy of scale.  Balanced conflicting requirements  Improved data accessibility, responsiveness, maintenance  Increase productivity, concurrency, backup and recovery services.

 Complexity, size, cost of DBMSs  Higher impact of a failure

 Data mining is a process in which large amounts of data are sifted through to show trends, relationships, and patterns.

 dqa8

 Management-System/     