Database Systems Database Systems: Design, Implementation, and Management, 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.
Database Systems Chapter 1
Chapter 1 File Systems and Databases
Chapter 6 Database Design
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
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 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
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.
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
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
Chapter 1 In-lab Quiz Next week
Lecture On Introduction (DBMS) By- Jesmin Akhter Assistant Professor, IIT, Jahangirnagar University.
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.
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
Database Systems DBMS Environment Data Abstraction.
Chapter One (Database System) Objectives Introduction to Database Management Systems (DBMS) Data and Information History of DB Types of DB.
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.
Department of Mathematics Computer and Information Science1 CS 351: Database Management Christopher I. G. Lanclos Chapter 1.
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.
Lecture On Introduction (DBMS) By- Jesmin Akhter Assistant Professor, IIT, Jahangirnagar University.
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.
1 1 Chapter 1 Database Systems Database Systems: Design, Implementation, and Management, 7th Edition, Rob and Coronel.
Database Principles: Fundamentals of Design, Implementation, and Management Chapter 1 The Database Approach.
CS311 Database Management system
Database Systems: Design, Implementation, and Management Tenth Edition
Database Management System (DBMS)
Chapter 1 The Worlds of Database Systems
Chapter 1 Database Systems
File Systems and Databases
Database Systems Chapter 1
Database Systems: Design, Implementation, and Management
Database.
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:

Database Systems Database Systems: Design, Implementation, and Management, Rob and Coronel

 Data versus Information ◦ Data constitute building blocks of information ◦ Information produced by processing data ◦ Information reveals meaning of data ◦ Good, timely, relevant information key to decision making ◦ Good decision making key to organizational survival

 Major Database Concepts ◦ Data and information  Data  Raw facts  Formatted  Information  Processed data  Context  Convey meaning Purpose Decision making u 1997 Sales 37 Millions u Year, 4 digits, integer. Sales, 12 digits, 2 decimals u order, sort u group u plot u organize u statistical analysis

u Business Computer Lab Satisfaction Survey u Survery Link here Survery Link here u The survey collects data and saves it on a database. u The raw data is stored in a familiar format. Can you get information out of this data in this format? u No, the data is not processed to reveal its meaning!

 Database ◦ Shared ◦ Integrated ◦ computer structure that houses a collection of:  End user data - raw facts of interest to end user  Metadata, or data about data, through which the data are integrated. Provides a description of the data characteristics and the set of relationships that link the data found within the database.

 Database management system (DBMS)  A collection of programs that manages the database structure and control access to the data stored in the database  Integrates provides an “unified view of the data” by consolidating data from multiple sources into a common database  Shares the database among multiple applications and users  Hides database’s internal complexity from the end user and applications  Translates end users’ requests for data into complex instructions required to fulfill those requests

 Makes data management more efficient and effective  Facilitates data management by providing a framework of reference  Uses the metadata to describe the data found in the database  Query language allows quick answers to ad hoc queries  Valuable information generator  Provides better access to more and better-managed data  Promotes integrated view of organization’s operations  Reduces the probability of inconsistent data  Minimizes redundant data (data unnecessarily stored in multiple places)  The importance of minimizing and managing redundant data is better critical. Redundant data can introduce inconsistencies which negatively affects the quality of the data.

u Shared u Users u Applications u Integrated u Metadata u Enforces: u Data Management u Consistent Rules u Constraints u Security u Provides single integrated view of company data u Changes company’s culture u Promotes use and enforcement of business rules

 Hardware  Computer  Peripherals  Software  Operating systems software  DBMS software  Applications programs and utilities software  People  Systems administrators  Database administrators (DBAs)  Database designers  Systems analysts and programmers  End users  Procedures  Instructions and rules that govern the design and use of the database system  Data  Collection of facts stored in the database

The Database System Environment Interactions

 Number of Users  Single-user  Desktop database  Multiuser  Workgroup database  Enterprise database  Scope  Desktop  Workgroup  Enterprise  Location of the data  Centralized  Distributed  Intended Use  Transactional (Production/Operational)  Decision support (Data warehouse)

1.Data Dictionary Management 2.Data Storage Management 3.Data Transformation and Presentation 4.Security Management 5.Multi-User Access Control 6.Backup and Recovery Management 7.Data Integrity Management 8.Database Access Languages (DDL and DML) and Application Programming Interfaces 9.Database Communication Interfaces

 Entity – a person, place, thing or event about which data are to be collected and stored.  Importance of Good Design  Poor design results in unwanted data redundancy  Poor design generates errors leading to bad decisions  Practical Approach  Focus on principles and concepts of database design  Identify all required data  Organize data into smallest useful parts  Group data into related field to create tables  Identify the primary key for tables  Include pk as foreign key on related tables  Minimize data redundancies Teacher Student CourseClass