Introduction to Database Chapter #9 Sec 9.1. What is a Database? A flat file is considered to be one-dimensional storage system because it presents its.

Slides:



Advertisements
Similar presentations
Relational Database and Data Modeling
Advertisements

Data Modeling and Database Design Chapter 1: Database Systems: Architecture and Components.
The database approach to data management provides significant advantages over the traditional file-based approach Define general data management concepts.
Prentice Hall, Database Systems Week 1 Introduction By Zekrullah Popal.
PowerPoint Presentation by Charlie Cook Copyright © 2004 South-Western. All rights reserved. Chapter 3 Database Management Systems Database Management.
Computer Concepts 5th Edition Parsons/Oja Page 492 CHAPTER 10 File And Database Concepts Section A PARSONS/OJA Databases.
Chapter Information Systems 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.
Introduction to Databases
Organizing Data & Information
Introduction to Databases Transparencies
Mgt 20600: IT Management & Applications Databases
Chapter 9: Database Systems
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Databases and Database Management Systems
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Chapter 1 Introduction to Databases
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Introduction to Databases Transparencies 1. ©Pearson Education 2009 Objectives Common uses of database systems. Meaning of the term database. Meaning.
Chapter 1 1 © Prentice Hall, 2002 Database Design Dr. Bijoy Bordoloi Introduction to Database Processing.
Mrs. Maninder Kaur 1 Mrs. Maninder Kaur
Chapter 1 1 © Prentice Hall, 2002 Database Design Dr. Bijoy Bordoloi Introduction to Database Processing.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives The database approach to data management provides significant advantages.
DBMS By Narinder Singh Computer Sc. Deptt. Topics What is DBMS What is DBMS File System Approach: its limitations File System Approach: its limitations.
No, Thanks, I’ll Use a Spreadsheet
Module Title? DBMS Introduction to Database Management System.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
1 California State University, Fullerton Chapter 7 Information System Data Management.
 Definition  Components  Advantages  Limitations Contents  Definition Definition  Functions Functions.
CS 474 Database Design and Application Terminology Jan 11, 2000.
Architecture for a Database System
311: Management Information Systems Database Systems Chapter 3.
Chapter 55 Data Modelling - Introduction Compiled by Eddie Moorcroft Source: P M Heathcote A level ICT.
Storing Organizational Information - Databases
1 Chapter 1 Introduction to Databases Transparencies Last Updated: Pebruari 2010 By M. Arief Updated by RSO Feb 2011
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
Advantage of File-oriented system: it provides useful historical information about how data are managed earlier. File-oriented systems create many problems.
INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including.
DATABASE SYSTEMS. DATABASE u A filing system for holding data u Contains a set of similar files –Each file contains similar records Each record contains.
DATABASE MANAGEMENT SYSTEMS CMAM301. Introduction to database management systems  What is Database?  What is Database Systems?  Types of Database.
Chapter 9 Database Systems Introduction to CS 1 st Semester, 2014 Sanghyun Park.
Chapter One (Database System) Objectives Introduction to Database Management Systems (DBMS) Data and Information History of DB Types of DB.
Chapter 9 Database Systems © 2007 Pearson Addison-Wesley. All rights reserved.
Chapter 9 Database Systems. © 2005 Pearson Addison-Wesley. All rights reserved 9-2 Chapter 9: Database Systems 9.1 Database Fundamentals 9.2 The Relational.
Ch6. Introduction to Database. What is a Database? Database is a collection of related information. It is organized so that it can easily be accessed,
1 TOPIC 6 DATABASE 6.1 Introduction to Database 6.2 Basic Concept of Database 6.3 Database Object DATABASE.
Control of data redundancy Data consistency More information from the same amount of data Sharing of data Improved data integrity Improved security Enforcement.
Copyright © 2012 Pearson Education, Inc. Communication Skills.
1 Lecture1 Introduction to Databases Systems Database 1.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
By ILTAF MEHDI (MCS, MCSE, CCNA) 1 Remember: Examination is a chance not ability. 6/12/2016.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
IS 130 Information systems 1
Database Systems Chapter 3 1.
Chapter 9 Database Systems
Fundamentals & Ethics of Information Systems IS 201
Chapter 4 Relational Databases
Introduction to Database Management System
Chapter 9: Database Systems
Database Fundamentals
The ANSI/SPARC Architecture aka the 3 Level Architecture
Database Fundamentals(continuing)
Chapter 9: Database Systems
Accounting Information Systems 9th Edition
Chapter 9: Database Systems
Presentation transcript:

Introduction to Database Chapter #9 Sec 9.1

What is a Database? A flat file is considered to be one-dimensional storage system because it presents its information from a single point of view. A flat file is considered to be one-dimensional storage system because it presents its information from a single point of view. A collection of data that is multidimensional in the sense that internal links between its entries make the information accessible from a variety of perspectives A collection of data that is multidimensional in the sense that internal links between its entries make the information accessible from a variety of perspectives

Figure 9.1 A file versus a database organization

Drawbacks of File system Different departments such as Customer Service Department and Payroll Department were no able to share information so the same data was duplicated in various departments Different departments such as Customer Service Department and Payroll Department were no able to share information so the same data was duplicated in various departments Secondly when an employee moved his record was deleted from all the places in which many errors were possible Secondly when an employee moved his record was deleted from all the places in which many errors were possible

Advantage of Database If data is integrated at one place then each department can share that data. If data is integrated at one place then each department can share that data. Control of data is concentrated in the administrative position called Database Administrator (DBA) Control of data is concentrated in the administrative position called Database Administrator (DBA) Thus this centralized data helps in important decision making regarding the entire organization. Thus this centralized data helps in important decision making regarding the entire organization.

Disadvantages One concern is the control of access to sensitive data. For example someone working on organizations newsletter might need access to employee names and addresses but should not have access to employee payroll data. Thus the ability to control data access is important One concern is the control of access to sensitive data. For example someone working on organizations newsletter might need access to employee names and addresses but should not have access to employee payroll data. Thus the ability to control data access is important To provide data privileges database relies on schemas and sub schemas To provide data privileges database relies on schemas and sub schemas

9-7 Schemas Schema: A description of the structure of an entire database, used by database software to maintain the database Schema: A description of the structure of an entire database, used by database software to maintain the database Subschema: A description of only that portion of the database pertinent to a particular user’s needs, used to prevent sensitive data from being accessed by unauthorized personnel Subschema: A description of only that portion of the database pertinent to a particular user’s needs, used to prevent sensitive data from being accessed by unauthorized personnel

Example Suppose a schema for university database indicates that each student record contains items such as name, address, phone number, academic record etc. Moreover student and faculty are linked in the form that each student has a faculty advisor. Suppose a schema for university database indicates that each student record contains items such as name, address, phone number, academic record etc. Moreover student and faculty are linked in the form that each student has a faculty advisor. Now the universities registrar would have a sub schema view in which he is able to see the faculties supervising students but should not be able to see the past employment history of the faculty member Now the universities registrar would have a sub schema view in which he is able to see the faculties supervising students but should not be able to see the past employment history of the faculty member

Figure 9.2 The conceptual layers of a database implementation