Database Systems Chapter 1

Slides:



Advertisements
Similar presentations
Introduction to Databases
Advertisements

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
ITS232 Introduction To Database Management Systems
File Systems and Databases
File Systems and Databases Hachim Haddouti
Chapter 1 Database Systems
BTM 382 Database Management Chapter 1: Database systems
Database Systems.
DISTRIBUTED DATABASE MANAGEMENT SYSTEM CHAPTER 07.
1 1 File Systems and Databases Chapter 1 Prof. Sin-Min Lee Dept. of Computer Science.
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.
Functions of a Database Management System
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
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.
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.
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.
1 Chapter 1 Database Systems Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
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.
 IS A COLLECTION OF PROGRAMS THAT MANAGES THE DATABASES STRUCTURE AND CONTROL ACCESS TO THE DATA STORED IN THE DATABASE.
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.
What is a database? (a supplement, not a substitute for Chapter 1…) some slides copied/modified from text Collection of Data? Data vs. information Example:
CS311 Database Management system
Lecture 1 Introduction to Database
Database Systems: Design, Implementation, and Management Tenth Edition
Chapter 6 Database Design
Database Management System (DBMS)
Database Systems: Design, Implementation, and Management Ninth Edition
Chapter 1 Database Systems
File Systems and Databases
Database Systems: Design, Implementation, and Management
Database.
Database (DB) and Database Management System (DBMS)
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
Chapter 2 Database Environment Pearson Education © 2014.
Database Management Systems
Database Systems: Design, Implementation, and Management Tenth Edition
Instructor: SAMIA ARSHAD
Presentation transcript:

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

Data vs. Information Data: Information: 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 the key to survival in a global environment Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

Transforming Raw Data into Information Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

Transforming Raw Data into Information (continued) Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

Transforming Raw Data into Information (continued) Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

Transforming Raw Data into Information (continued) Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

Introducing the Database and the DBMS Database—shared, integrated computer structure that stores: End user data (raw facts) Metadata (data about data) Database Systems: Design, Implementation, & Management, 7th 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 Possible to share data among multiple applications or users Makes data management more efficient and effective Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

Role and Advantages of the DBMS (continued) End users have better access to more and better-managed data Promotes integrated view of organization’s operations Probability of data inconsistency is greatly reduced Possible to produce quick answers to ad hoc queries Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

Role and Advantages of the DBMS (continued) Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

Why Database Design is Important Defines the database’s expected use Different approach needed for different types of databases Avoid redundant data Poorly designed database generates errors  leads to bad decisions  can lead to failure of organization Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

Structural and Data Dependence Structural dependence Access to a file depends on its structure Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

Structural and Data Dependence (continued) Changes in the data storage characteristics without affecting the application program’s ability to access the data Logical data format How the human being views the data Physical data format How the computer “sees” the data Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

Database Systems 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 Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

Database Systems Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

The Database System Environment Database system is composed of five main parts: Hardware Software Operating system software DBMS software Application programs and utility software People Procedures Data Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

The Database System Environment (continued) Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

DBMS Functions DBMS performs functions that guarantee integrity and consistency of data Data dictionary management defines data elements and their relationships Data storage management stores data and related data entry forms, report definitions, etc. Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

DBMS Functions (continued) Data transformation and presentation translates logical requests into commands to physically locate and retrieve the requested data Security management enforces user security and data privacy within database Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

DBMS Functions (continued) Multiuser access control uses sophisticated algorithms to ensure multiple users can access the database concurrently without compromising the integrity of the database Backup and recovery management provides backup and data recovery procedures Data integrity management promotes and enforces integrity rules Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

DBMS Functions (continued) Database access languages and application programming interfaces provide data access through a query language Database communication interfaces allow database to accept end-user requests via multiple, different network environments Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel

DBMS Functions (continued) Database Systems: Design, Implementation, & Management, 7th Edition, Rob & Coronel