1 1 Chapter 1 Database Systems Database Systems: Design, Implementation, and Management, 7th Edition, Rob and Coronel.

Slides:



Advertisements
Similar presentations
1 1 File Systems and Databases Chapter 1 The Worlds of Database Systems Prof. Sin-Min Lee Dept. of Computer Science.
Advertisements

Introduction to Databases
Prentice Hall, Database Systems Week 1 Introduction By Zekrullah Popal.
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.
Chapter 1: The Database Environment
Database Systems Chapter 1
ITS232 Introduction To Database Management Systems
Chapter 1 File Systems and Databases
File Systems and Databases
1 1 File Systems and Databases Chapter 1 The Worlds of Database Systems Prof. Sin-Min Lee Dept. of Computer Science.
File Systems and Databases Hachim Haddouti
Chapter 1 Database Systems
Chapter 1 Database Systems
BTM 382 Database Management Chapter 1: Database systems
1 1 File Systems and Databases Chapter 1 The Worlds of Database Systems Prof. Sin-Min Lee Dept. of Computer Science.
Database Systems.
1 1 File Systems and Databases Chapter 1 Prof. Sin-Min Lee Dept. of Computer Science.
CSC 351 FUNDAMENTALS OF DATABASE SYSTEMS
Database Systems: Design, Implementation, and Management Ninth Edition
Database Systems: Design, Implementation, and Management Ninth Edition
Database Systems Chapter 1
Chapter 1 Database Systems. Good decisions require good information derived from raw facts Data is managed most efficiently when stored in a database.
Chapter # 1 Database Systems BIS Database Systems
Database Systems: Design, Implementation, and Management Ninth Edition
DBS201: Introduction to Database Design
Week 1 Lecture MSCD 600 Database Architecture Samuel ConnSamuel Conn, Asst. Professor Suggestions for using the Lecture Slides.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
Database Design - Lecture 1
DBS201: DBA/DBMS Lecture 13.
Database Systems: Design, Implementation, and Management THIRD EDITION
1 Introduction An organization's survival relies on decisions made by management An organization's survival relies on decisions made by management To make.
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
Database.
Chapter 1 In-lab Quiz Next week
Chapter 1 Database Systems
1 1 Chapter 1 Database Systems Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
1 Chapter 1 Database Systems Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
1 MIS 304 Winter 2006 Bits, Bytes, File Systems Data Modeling and Databases.
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 1 DATABASE SYSTEMS Instructor Ms. Arwa Binsaleh.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
Database Systems. Role and Advantages of the DBMS Improved data sharing Improved data security Better data integration Minimized data inconsistency Improved.
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S.
Database Systems Database Systems: Design, Implementation, and Management, Rob and Coronel.
Department of Mathematics Computer and Information Science1 CS 351: Database Management Christopher I. G. Lanclos Chapter 1.
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S.
1 Chapter 1 Database Systems Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
CSC 351 FUNDAMENTALS OF DATABASE SYSTEMS. LECTURE 1: INTRODUCTION TO DATABASES.
Database Principles: Fundamentals of Design, Implementation, and Management Ninth Edition Chapter 1 Database Systems Carlos Coronel, Steven Morris, and.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
Lecture 1 Introduction to Database (updated 22/2/2016) 21/2/2014TMC2034 Database Concept and Design1.
Database Principles: Fundamentals of Design, Implementation, and Management Chapter 1 The Database Approach.
CS311 Database Management system
Lecture 1 Introduction to Database
Database Systems: Design, Implementation, and Management Tenth Edition
Database Management System (DBMS)
Chapter 1 Database Systems
File Systems and Databases
Database Systems Chapter 1
Database Systems: Design, Implementation, and Management
Chapter 1 Database Systems
Database Principles 2 nd Ed., Coronel, Morris, Rob & Crockett © 2013 Cengage Learning EMEA Database Principles: Fundamentals of Design, Implementations.
Database Systems Design, Implementation, and Management Coronel | Morris 11e ©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or.
Chapter 1 Database Systems
DCT 2033 DATABASE MANAGEMENT SYSTEM Chapter 1
Chapter 1 Database Systems
Database Systems: Design, Implementation, and Management Tenth Edition
Presentation transcript:

1 1 Chapter 1 Database Systems Database Systems: Design, Implementation, and Management, 7th Edition, Rob and Coronel

1 2 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel In this chapter, you will learn: The difference between data and information What a database is, about different types of databases, and why they are valuable assets for decision making Why database design is important How modern databases evolved from files and file systems

1 3 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel In this chapter, you will learn ( continued ): About flaws in file system data management How a database system differs from a file system, and how a DBMS functions within the database system

1 4 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel 1.1 Data vs. Information Data: –Raw facts; building blocks of information –Unprocessed information Information: –Data processed to reveal meaning Accurate, relevant, and timely information is key to good decision making Good decision making is key to survival in global environment

1 5 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Sales per Employee for Each of ROBCOR’s Two Divisions

1 6 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel 1.2 Introducing the Database and the DBMS Database—shared, integrated computer structure that houses: –End user data (raw facts) –Metadata (data about data) through metadata data are integrated and managed

1 7 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Introducing the Database and the DBMS ( continued ) DBMS (database management system): –Collection of programs that manages database structure and controls access to data –Makes it possible to share data among multiple applications or users –Makes data management more efficient and effective

1 8 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel DBMS Makes Data Management More Efficient and Effective End users have better access to more and better-managed data (working environment and data availability) –Promotes integrated view of organization’s operations –Probability of data inconsistency is greatly reduced –Possible to produce quick answers to ad hoc queries

1 9 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel The DBMS Manages the Interaction Between the End User and the Database

1 10 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Types of Databases (based on number of users, locations, type of use, extent of use) Single-user: –Supports only one user at a time –Desktop database: Single-user database running on a personal computer

1 11 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Types of Databases ( continued ) Multi-user: –Supports multiple users at the same time –Workgroup database: Multi-user database that supports a small group of users or a single department (< 50) –Enterprise database: Multi-user database that supports a large group of users or an entire organization

1 12 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Location of Databases Centralized: –Supports data located at a single site Distributed: –Supports data distributed across several sites

1 13 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Uses of Databases (how to use, response time sensitivity) Transactional (or production): –Supports a company’s day-to-day operations –Data integrity, data consistency, speed Data warehouse: –Stores data used to generate information required to make tactical or strategic decisions Such decisions typically require “data massaging” –Often used to store historical data, possibly from many sources –Structure is quite different from transactional databases

1 14 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel 1.3 Why Database Design is Important Defines the database’s expected use Different approach needed for different types of databases –In this class, we emphasize transactional, centralized databases Avoid redundant data (unnecessarily duplicated) –Ex: customers’ phone # in customers, sales, invoices Poorly designed database generates errors  leads to bad decisions  can lead to failure of organization

1 15 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel 1.4 The Historical Roots of Database: Files and File Systems Although managing data through file systems is largely obsolete –Understanding relatively simple characteristics of file systems makes complexity of database design easier to understand –Awareness of problems that plagued file systems can help avoid similar problems in DBMS –Knowledge of file systems is helpful if you plan to convert an obsolete file system to a DBMS

1 16 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Manual File Systems Traditionally composed of collection of file folders kept in file cabinet Organization within folders was based on data’s expected use (ideally logically related) –Ex: 病歷資料 System was adequate for small amounts of data with few reporting requirements Finding and using data in growing collections of file folders became time-consuming and cumbersome

1 17 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Conversion from Manual File System to Computer File System Could be technically complex, requiring hiring of data processing (DP) specialists DP specialists created file structures, wrote software, and designed application programs Resulted in numerous “home-grown” systems being created Initially, computer files were similar in design to manual files (see Figure 1.3)

1 18 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel

1 19 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel

1 20 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Example of Early Database Design DP specialist wrote programs for reports: –Monthly summaries of types and amounts of insurance sold by agents –Monthly reports about which customers should be contacted for renewal –Reports that analyzed ratios of insurance types sold by agent –Customer contact letters summarizing coverage Additional reports were written as required

1 21 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Example of Early Database Design ( continued ) Other departments requested databases be written for them –SALES database created for sales department –AGENT database created for personnel department

1 22 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel

1 23 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Evolution of Simple File System As number of databases increased, small file system evolved Each file used its own application programs Each file was owned by individual or department who commissioned its creation

1 24 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel

1 25 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Example of Early Database Design ( continued ) As system grew, demand for DP’s programming skills grew Additional programmers hired DP specialist evolved into DP manager, supervising a DP department Primary activity of department (and DP manager) remained programming

1 26 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel 1.5 Problems with File System Data Management Every task requires extensive programming in a third-generation language (3GL) –Programmer must specify task and how it must be done –Ex: COBOL, BASIC, FORTRAN Modern databases use fourth-generation language (4GL) –Allows user to specify what must be done without specifying how it is to be done

1 27 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Programming in 3GL Time-consuming, high-level activity Programmer must be familiar with physical file structure As system becomes complex, access paths become difficult to manage and tend to produce malfunctions Complex coding establishes precise location of files and system components and data characteristics. Functions include: create, add, delete, modify, list

1 28 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Programming in 3GL ( continued ) Ad hoc queries are impossible Writing programs to design new reports is time consuming As number of files increases, system administration becomes difficult Making changes in existing file structure is difficult File structure changes require modifications in all programs that use data in that file

1 29 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Programming in 3GL ( continued ) Modifications are likely to produce errors, requiring additional time to “debug” the program –Ex., change the format from to Security features (like password protection, locking) hard to program and therefore often omitted Check Table 1.3 in page 14 for comparison of 3GL and 4GL sample codes

1 30 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel

1 31 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Structural and Data Dependence Structural dependence –Access to a file depends on its structure Data dependence –Changes in database structure affect program’s ability to access data –Logical data format How a human being views the data –Physical data format How the computer “sees” the data

1 32 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Field Definitions and Naming Conventions Flexible record definition anticipates reporting requirements by breaking up fields into their component parts Selecting proper field name is also important. –With proper naming conventions, the file structure becomes self-documenting. –Ex: REN in Figure 1.3 is not good in representing customer’s renewal date. Another problem in Figure 1.3 is the possibility to have several customers with the same name. These points are not unique to file systems.

1 33 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Table 1.4 Sample Customer File Fields

1 34 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Data Redundancy Data redundancy results in data inconsistency –Different and conflicting versions of the same data appear in different places (also called, lack of data integrity) Errors more likely to occur when complex entries are made in several different files and recur frequently in one or more files Data anomalies develop when required changes in redundant data are not made successfully

1 35 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Data Anomalies (Fig 1.3) Modification anomalies –Occur when changes must be made to existing records (some changed, some unchanged) Insertion anomalies –Occur when entering new records Deletion anomalies –Occur when deleting records

1 36 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel 1.6 Database System Problems inherent in file systems make using a database system desirable –File system Many separate and unrelated files –Database Logically related data stored in a single logical data repository

1 37 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Contrasting Database and File Systems

1 38 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel The Database System Environment A database system is an organization of components that define and regulate the collection, storage, management, and use of data within a database environment. Database system is composed of 5 main parts: 1.Hardware: CPU, hard disk, networks, etc. 2.Software Operating system software DBMS software Application programs and utility software 3.PeoplePeople 4.Procedures: instructions and rules that govern the design and use of the database system. (enforce standards, monitor and audit data and information) 5.Data

1 39 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel

1 40 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel DBMS Functions Performs functions that guarantee integrity and consistency of data –Data dictionary managementData dictionary management defines data elements and their relationships –Data storage managementData storage management stores data and related data entry forms, report definitions, etc. It is important for performance tuning. –Data transformation and presentation translates logical requests into commands to physically locate and retrieve the requested data. This property is called data independence. Ex: date formats.

1 41 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel DBMS Functions ( continued ) –Security management enforces user security and data privacy within database –Multi-user access control creates structures that allow multiple users to access the data –Backup and recovery management provides backup and data recovery procedures

1 42 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel DBMS Functions ( continued ) –Data integrity management promotes and enforces integrity rules to eliminate data integrity problems –Database access languages and application programming interfaces provides data access through a query language –Database communication interfaces allows database to accept end-user requests within a computer network environment

1 43 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel

1 44 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel

1 45 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Managing the DB systems: Shift in Focus Focus from programming to data resources management and DBMS administration. Although DB system yields considerable advantages, DB systems impose significant cost: –Increased cost –Management complexity –Maintaining currency: frequent updates and patches; training –Vendor dependence

1 46 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Summary Information is derived from data, which is stored in a database To implement and manage a database, use a DBMS Database design defines its structure Good design is important

1 47 Database Systems: Design, Implementation, & Management, 6 th Edition, Rob & Coronel Summary ( continued ) Databases were preceded by file systems Because file systems lack a DBMS, file management becomes difficult as a file system grows DBMS were developed to address file systems’ inherent weaknesses