DBMS. Create enterprise data model Develop Database 2. 1. Strategic Planning for Information Resources Data Needs Can Be Defined by Creating an Enterprise.

Slides:



Advertisements
Similar presentations
Introduction to Databases
Advertisements

Management Information Systems, 10/e
Dr Gordon Russell, Napier University Unit Data Dictionary 1 Data Dictionary Unit 5.3.
Relational Databases Chapter 4.
Introduction to Database Management  Department of Computer Science Northern Illinois University January 2001.
Introduction to Databases
Chapter 3 Database Management
The Hierarchy of Data Bit (a binary digit): a circuit that is either on or off Byte: 8 bits Character: each byte represents a character; the basic building.
Data Management I DBMS Relational Systems. Overview u Introduction u DBMS –components –types u Relational Model –characteristics –implementation u Physical.
Chapter 1 INTRODUCTION TO DATABASE.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Chapter 9 The Database and Database Management System
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Chapter 1 Introduction to Databases
1 Chapter 2 Database Environment. 2 Chapter 2 - Objectives u Purpose of three-level database architecture. u Contents of external, conceptual, and internal.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Introduction to Databases
PHASE 3: SYSTEMS DESIGN Chapter 7 Data Design.
Chapter 2 CIS Sungchul Hong
Chapter 1 Introduction to Databases Pearson Education ©
 Definition  Components  Advantages  Limitations Contents  DBMS DBMS  Functions Functions  Architecture Architecture.
Database Technical Session By: Prof. Adarsh Patel.
Database System Concepts and Architecture
Management Information Systems By Effy Oz & Andy Jones
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
Chapter 1 : Introduction §Purpose of Database Systems §View of Data §Data Models §Data Definition Language §Data Manipulation Language §Transaction Management.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
Oleh Munawar Asikin. Principles of Information Systems, Seventh Edition 2  Database management system (DBMS): group of programs that manipulate database.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
Database Management System (DBMS) an Introduction DeSiaMore 1.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
Database Systems DBMS Environment Data Abstraction.
Database Environment Chapter 2. Data Independence Sometimes the way data are physically organized depends on the requirements of the application. Result:
1 Database Management Systems (DBMS). 2 Database Management Systems (DBMS) n Overview of: ä Database Management Components ä Database Systems Architecture.
Database Environment Session 2 Course Name: Database System Year : 2013.
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.
DATABASE MANAGEMENT SYSTEM By: YAMINI TRIPATHI. INTRODUCTION Consists - Collection of interrelated data - Set of programs to access those data Definition.
Organizing Data and Information
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
1 TOPIC 6 DATABASE 6.1 Introduction to Database 6.2 Basic Concept of Database 6.3 Database Object DATABASE.
Database Systems Database Systems: Design, Implementation, and Management, Rob and Coronel.
© 2006 Pearson Education Canada Inc. 3-1 Chapter 3 Database Management PowerPoint Presentation Jack Van Deventer Ward M. Eagen.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
Introduction to Databases Transparencies © Pearson Education Limited 1995, 2005.
1 Geog 357: Data models and DBMS. Geographic Decision Making.
Difference between DBMS and File System
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Database Environment Chapter 2. The Three-Level ANSI-SPARC Architecture External Level Conceptual Level Internal Level Physical Data.
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
IIS 645 Database Management Systems DDr. Khorsheed Today’s Topics 1. Course Overview 22. Introduction to Database management 33. Components of Database.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Introduction to Databases
Pengantar Sistem Informasi
Database Management.
Fundamentals & Ethics of Information Systems IS 201
Fundamentals of Information Systems
Chapter 4 Relational Databases
Data Base System Lecture 2: Introduction to Database
Chapter 5 Data Resource Management.
Data Resource Management
MANAGING DATA RESOURCES
Data Model.
Chapter 2 Database Environment Pearson Education © 2014.
Data Resource Management
Presentation transcript:

DBMS

Create enterprise data model Develop Database Strategic Planning for Information Resources Data Needs Can Be Defined by Creating an Enterprise Model Enterprise Data Model 9-2

Describing the Database Contents Data dictionary Enter dictionary data Data description language (DDL ) Schema Step 1 Step 2 9-3

Schema Data field name Aliases (other names used for same data field) Type of data (numeric alphabetic) Number of positions Number of decimal positions Various integrity rules 9-4

Rule for Required Field 9-5

Enforcing Value of BookName 9-6

Creating a Database 1) Describe the data 2) Enter the data 3) Use the database –Query language –Query-by-example –Data manipulation language (DML) 9-7

Query-by-Example 9-8

The Database Administrator (DBA) D B A Duties Database planning; work with users and others, define schema, etc. Database implementation; creating the database and enforcing policies and procedures Database operations Database security 9-9

Datadescriptionlanguageprocessor Database manager Query Querylanguage Data manipulation language (DML) Application programs Databasedescription(schema) Database Information requests requests Information Transaction log log Backup/recoverymodule Performancestatistics Performance Performance statistics statistics processor processor Performance statistics statistics A DBMS Model 9-10

Knowledge Discovery in Databases (KDD) Data warehousing –refinement in the database concept to make it very large very pure very retrievable Data mart –a more modest approach than data warehousing, generally only one segment of the firm 9-11

Knowledge Discovery in Databases (KDD) (cont.) Data mining –the process of finding relationships in data that are unknown to the user –may be for verification discovery combination of verification and discovery 9-12

DataBase Management System Advantages Reduce data redundancy Achieve data independence Enable integration of data from multiple files Retrieve data and information quickly Improve security 9-13

DBMS Disadvantages Obtain expensive software Obtain a large hardware configuration Hire and maintain a DBA staff 9-14 Requires a firm to:

Summary Organizations are storing vast amounts of data Organization and structures in database –Dominated by relational Staff positions –DBA Knowledge discovery in databases Database management systems 9-15