CSC 351 FUNDAMENTALS OF DATABASE SYSTEMS

Slides:



Advertisements
Similar presentations
Introduction to Databases
Advertisements

Database Systems Chapter 1
ITS232 Introduction To Database Management Systems
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.
Chapter 1 Database Systems
BTM 382 Database Management Chapter 1: Database systems
Database Systems.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
1 1 File Systems and Databases Chapter 1 Prof. Sin-Min Lee Dept. of Computer Science.
Chapter 1 Database and Database Users Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2008.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1 Outline Types of Databases and Database Applications Basic Definitions Typical DBMS Functionality.
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
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1 Chapter 1 - Introduction: Databases and Database Users - Outline Types of Databases and.
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
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
Introduction: Databases and Database Users
Chapter 1 In-lab Quiz Next week
1Mr.Mohammed Abu Roqyah. Introduction and Conceptual Modeling 2Mr.Mohammed Abu Roqyah.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
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.
Chapter(1) Introduction and conceptual modeling. Basic definitions Data : know facts that can be recorded and have an implicit. Database: a collection.
Database Management System (DBMS) an Introduction DeSiaMore 1.
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.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1 Databases and Database Users.
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.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Chapter 1 Introduction: Databases and Database Users.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
Copyright © 2004 Pearson Education, Inc. Chapter 1 Introduction and Conceptual Modeling.
Lecture 1 Introduction to Database (updated 22/2/2016) 21/2/2014TMC2034 Database Concept and Design1.
Introduction: Databases and Database Systems Lecture # 1 June 19,2012 National University of Computer and Emerging Sciences.
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
Lecture 1 Introduction to Database
Outline Types of Databases and Database Applications Basic Definitions
Database Systems: Design, Implementation, and Management Tenth Edition
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
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
Chapter 1 Database Systems
Database Systems: Design, Implementation, and Management Tenth Edition
Presentation transcript:

CSC 351 FUNDAMENTALS OF DATABASE SYSTEMS

TEXT AND COURSE MATERIAL MAIN TEXT: Fundamentals of Database Systems, 6/e by Ramez Elmasri and Shamkant B. Navathe OTHER REFERENCES: Database Systems: Design, Implementation & Management, International/e by Peter Rob, Carlos Coronel and Keeley Crockett Database Management Systems by Patricia Ward and George Dafoulas Concepts of Database Management, 6/e by Philip J. Pratt and Joseph J. Adamski

LECTURE 1: INTRODUCTION TO DATABASES

Databases are an essential component of modern society. Databases were developed as a result of the need to store and retrieve data, timely and accurately.

Types of Databases and Database Applications Numeric and Textual Databases Multimedia Databases Geographic Information Systems (GIS) Data Warehouses and OLAP systems Real-time and Active Databases

Types of Databases (cont’d) Databases can be classified according to: Number of users Database location(s) Expected type and extent of use Single-user database supports only one user at a time Desktop database: single-user; runs on PC Multiuser database supports multiple users at the same time Workgroup and enterprise databases

Types of Databases (cont’d) Centralized database: data located at a single site Distributed database: data distributed across several different sites Operational database: supports a company’s day-to- day operations Transactional or production database Data warehouse: stores data used for tactical or strategic decisions

Basic Definitions Database: A collection of related data. Data: Known facts that can be recorded and have an implicit meaning. Mini-world or UoD: Some part of the real world about which data is stored in a database. For example, student grades and transcripts at a University. Database Management System (DBMS): A collection of programs that enables users to create and maintain a database. Database System: The DBMS software together with the database itself.

Typical DBMS Functionality Defining the database : in terms of data types, structures and constraints Construct or Load the Database on a secondary storage medium Manipulating the database : querying, generating reports, updating Concurrent Processing and Sharing by a set of users and programs – yet, keeping all data valid and consistent

Typical DBMS Functionality (cont’d) Other features: Protection (System or Security) Maintenance

Simplified Database System Environment

Role of the DBMS The DBMS receives all application requests and translates them into the complex operations required to fulfill those requests. It hides much of the database’s internal complexity from the application programs and users.

Advantages of the DBMS Improved data sharing Better data integration Minimized data inconsistency Improved data access Improved decision making Increased end-user productivity

Evolution of File System Data Management Reasons for studying file systems: Complexity of database design is easier to understand Understanding file system problems helps to avoid problems with DBMS software Knowledge of file system is useful for converting file system to database system File systems typically composed of collection of file folders, each tagged and kept in cabinet Organized by expected use

Evolution of File System Data Management(cont’d) Contents of each file folder are logically related Manual systems Served as a data repository for small data collections Cumbersome for large collections Computerized file systems Data processing (DP) specialist converted computer file structure from manual system Wrote software that managed the data Designed the application programs

Evolution of File System Data Management (cont’d) Computer file systems resembled manual systems As number of files increased, file systems evolved Each file used its own application program to store, retrieve, and modify data Each file was owned by individual or department that commissioned its creation

Problems with File System Data Management Even simple file system retrieval task required extensive programming in 3GL Ad hoc queries impossible Changing existing structure difficult Security features difficult to program therefore are often omitted in file system environments

Summary of file System Limitations Requires extensive programming Cannot perform ad hoc queries System administration is complex and difficult Difficult to make changes to existing structures Security features are likely to be inadequate

Structural and Data Dependence Structural dependence: access to a file is dependent on its own structure All file system programs must be modified to conform to a new file structure Structural independence: change file structure without affecting data access Data dependence: data access changes when data storage characteristics change Data independence: data storage characteristics do not affect data access

Data Redundancy File system structure makes it difficult to combine data from multiple sources Vulnerable to security breaches Organizational structure promotes storage of same data in different locations Islands of information Data stored in different locations is unlikely to be updated consistently Data redundancy: same data stored unnecessarily in different places

Data Redundancy (cont’d) Data inconsistency: different and conflicting versions of same data occur at different places Data anomalies: abnormalities when all changes in redundant data are not made correctly Update anomalies Insertion anomalies Deletion anomalies

Contrasting database and file systems

The Database System Environment Database system: defines and regulates the collection, storage, management, use of data Five major parts of a database system: Hardware Software People Procedures Data Hardware: all the system’s physical devices Software: three types of software required: Operating system software DBMS software Application programs and utility software

The Database System Environment (cont'd) People: all users of the database system System and database administrators Database designers Systems analysts and programmers End users Procedures: instructions and rules that govern the design and use of the database system Data: the collection of facts stored in the database

The database system environment