Database Theory Why use database? Data is a valuable corporate resource which needs adequate accuracy, consistency and security controls. The centralized.

Slides:



Advertisements
Similar presentations
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.
Advertisements

Dr Gordon Russell, Napier University Unit Data Dictionary 1 Data Dictionary Unit 5.3.
Introduction to Database Management  Department of Computer Science Northern Illinois University January 2001.
Introduction to Databases
1 Introduction to Database Management Systems Lila Rao Graham.
Chapter 1 INTRODUCTION TO DATABASE.
Databases and Database Management Systems
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
DISTRIBUTED DATABASE MANAGEMENT SYSTEM CHAPTER 07.
Chapter 1 Database and Database Users Dr. Bernard Chen Ph.D. University of Central Arkansas.
It refers to the software used to manage the database.
An Introduction to Database Management Systems R. Nakatsu.
Chapter 1 Database and Database Users Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2008.
Database Design and Introduction to SQL
Introduction to Data bases concepts
Database Systems: Design, Implementation, and Management Ninth Edition
Chapter 1 Database Systems. Good decisions require good information derived from raw facts Data is managed most efficiently when stored in a database.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1 Chapter 1 - Introduction: Databases and Database Users - Outline Types of Databases and.
DBS201: Introduction to Database Design
1 Introduction to databases concepts CCIS – IS department Level 4.
DBMS By Narinder Singh Computer Sc. Deptt. Topics What is DBMS What is DBMS File System Approach: its limitations File System Approach: its limitations.
DBS201: DBA/DBMS Lecture 13.
Module Title? DBMS Introduction to Database Management System.
1 Introduction An organization's survival relies on decisions made by management An organization's survival relies on decisions made by management To make.
Database Architecture Introduction to Databases. The Nature of Data Un-structured Semi-structured Structured.
Database and Database Users. Outline Database Introduction An Example Characteristics of the Database Actors on the Scene Advantages of using the DBMS.
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 Technical Session By: Prof. Adarsh Patel.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
Introduction: Databases and Database Users
Chapter 1 In-lab Quiz Next week
CS 474 Database Design and Application Terminology Jan 11, 2000.
1 Welcome: To the second learning sequence “ Data Base (DB) and Data Base Management System (DBMS) “ Recap : In the previous learning sequence, we discussed.
Lecture On Introduction (DBMS) By- Jesmin Akhter Assistant Professor, IIT, Jahangirnagar University.
Chapter 11 CS Introduction to Database Systems.
Section 05Concepts Of DBMS1 HSQ - DATABASES & SQL And Franchise Colleges 05 Concepts of DBMS By MANSHA NAWAZ.
Instructor: Dema Alorini Database Fundamentals IS 422 Section: 7|1.
Chapter(1) Introduction and conceptual modeling. Basic definitions Data : know facts that can be recorded and have an implicit. Database: a collection.
INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including.
Chapter One (Database System) Objectives Introduction to Database Management Systems (DBMS) Data and Information History of DB Types of DB.
MSIS 635 DATABASE MANAGEMNT Database Systems Thomas Connolly and Carolyn Begg Third Edition – 2002 – ©Addison Wesley.
Introduction to database system What is a Database system? What is a Database system? Data System Components Data System ComponentsDataHardwareSoftwareUser.
1-1 Chapter 1 Databases and Database Users 1.1 Introduction 1.2 An Example 1.3 Characteristics of the Database Approach 1.4 Actors on the Scene 1.5 Workers.
CIS/SUSL1 Fundamentals of DBMS S.V. Priyan Head/Department of Computing & Information Systems.
1 Introduction to Databases. 2 Examples of Database Applications u Purchases from the supermarket u Purchases using your credit card u Booking a holiday.
DatabaseCSIE NUK1 Fundamentals of Database Systems Chapter 1 Database and Database Users.
Characteristics of the Database Approach (Difference between traditional file processing and database approach) Redundancy Self-Describing nature of a.
ADVANTAGES OF DATA BASE MANAGEMENT SYSTEM. TO BE DICUSSED... Advantages of Database Management System  Controlling Data RedundancyControlling Data Redundancy.
Switch off your Mobiles Phones or Change Profile to Silent Mode.
1 TOPIC 6 DATABASE 6.1 Introduction to Database 6.2 Basic Concept of Database 6.3 Database Object DATABASE.
Database Systems Database Systems: Design, Implementation, and Management, Rob and Coronel.
Flat Files Relational Databases
Introduction to Databases Dr. Osama AL Rababah. Objectives In this capture you will learn: Some common uses of database systems. The characteristics of.
Control of data redundancy Data consistency More information from the same amount of data Sharing of data Improved data integrity Improved security Enforcement.
Difference between DBMS and File System
Lecture On Introduction (DBMS) By- Jesmin Akhter Assistant Professor, IIT, Jahangirnagar University.
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.
IIS 645 Database Management Systems DDr. Khorsheed Today’s Topics 1. Course Overview 22. Introduction to Database management 33. Components of Database.
Introduction: Databases and Database Systems Lecture # 1 June 19,2012 National University of Computer and Emerging Sciences.
Database Management.
Datab ase Systems Week 1 by Zohaib Jan.
Introduction to Database Management Systems
“ Database (DB) and Database Management System (DBMS) “
Database Systems Chapter 1
Database (DB) and Database Management System (DBMS)
Advanced Database System
Terms: Data: Database: Database Management System: INTRODUCTION
Presentation transcript:

Database Theory Why use database? Data is a valuable corporate resource which needs adequate accuracy, consistency and security controls. The centralized control of data means that for many applications the data will already exist, and facilitate quicker development. Data will no longer be related by application programs, but by the structure defined in the database. Easier to maintain systems

 The data can shared  Redundancy can be reduced/controlled  Inconsistency can be avoided  Transaction support can be provided  Integrity can be maintained  Security can be enforced  Conflicting requirements can be balanced  Standard can be enforced Benefits of Database Approach

 Controlling redundancy –Redundancy is storing the same data multiple times.  Duplication effort  Storage waste, when same data stored repeatedly  File that represent same data may became inconsistent.

Other Advantages of using the DBMS approach  Restricting unauthorized access to data  Providing Storage Structures (e.g. indexes) for efficient Query Processing  Providing backup and recovery services

Other Advantages of using the DBMS approach  Providing multiple interfaces to different classes of users  Representing complex relationships among data.