Terms: Data: Database: Database Management System: INTRODUCTION

Slides:



Advertisements
Similar presentations
Databases and Database Users
Advertisements

©Silberschatz, Korth and Sudarshan4.1Database System Concepts Lecture-1 Database system,CSE-313, P.B. Dr. M. A. Kashem Associate. Professor. CSE, DUET,
Adapted from: ©Silberschatz, Korth and Sudarshan1.1Database System Concepts Chapter 1: Fly-over Introduction Purpose of Database Systems View of Data Data.
©Silberschatz, Korth and Sudarshan1.1Database System Concepts Chapter 1: Introduction Purpose of Database Systems View of Data Data Models Data Definition.
CS1001 Lecture 26. Overview Artificial Intelligence Artificial Intelligence Database Systems Database Systems.
BD05/06 Chapter 1: Introduction  Purpose of database systems  Data abstraction levels  Data models  SQL :Data Definition Language and Data Manipulation.
Database Management System (DBMS)
Ch1: File Systems and Databases Hachim Haddouti
©Silberschatz, Korth and Sudarshan1.1Database System Concepts Chapter 1: Introduction Purpose of Database Systems View of Data Data Models Data Definition.
©Silberschatz, Korth and Sudarshan1.1Database System Concepts Chapter 1: Introduction n Why Database Systems? n Data Models n Data Definition Language.
©Silberschatz, Korth and Sudarshan1.1Database System Concepts Chapter 1: Introduction Database Management Systems Purpose of Database Systems View of Data.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
Dr. Kalpakis CMSC 461, Database Management Systems Introduction.
DATABASE MANAGEMENT SYSTEM
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 Chapter 1 - Introduction: Databases and Database Users - Outline Types of Databases and.
CS462: Introduction to Database Systems. ©Silberschatz, Korth and Sudarshan1.2Database System Concepts Course Information Instructor  Kyoung-Don (KD)
Database System Concepts, 5th Ed. ©Silberschatz, Korth and Sudarshan See for conditions on re-usewww.db-book.com Chapter 1: Introduction.
ADVANCED DATABASES WITH ORACLE 11g FOR ADDB7311 LEARNING UNIT 1 of 7.
©Silberschatz, Korth and Sudarshan1.1Database System Concepts Lecture 6: Introduction to Database Management Systems Lecturer: Prof. Kazimierz Subieta.
Introduction to Databases
Module Title? DBMS Introduction to Database Management System.
1Mr.Mohammed Abu Roqyah. Introduction and Conceptual Modeling 2Mr.Mohammed Abu Roqyah.
Chapter(1) Introduction and conceptual modeling. Basic definitions Data : know facts that can be recorded and have an implicit. Database: a collection.
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.
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.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1 Databases and Database Users.
Mr.Prasad Sawant, MIT Pune India Introduction to DBMS.
Chapter 1: Introduction
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Chapter 1 Introduction: Databases and Database Users.
ASET 1 Amity School of Engineering & Technology B. Tech. (CSE/IT), III Semester Database Management Systems Jitendra Rajpurohit.
Computer Science Centre University of Indonesia Chapter 1 Database & Database Users.
Lecture on Database Management System
Databases Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
©Silberschatz, Korth and Sudarshan 1.1 Database System Concepts قواعد البيانات Data Base قواعد البيانات CCS 402 Mr. Nedal hayajneh E- mail
CSCI-235 Micro-Computers in Science Databases. Database Concepts Data is any unorganized text, graphics, sounds, or videos A database is a collection.
CHAPTER 1: INTRODUCTION Purpose of Database Systems View of Data Data Models Data Definition Language Data Manipulation Language Storage Management Database.
Database System Concepts, 5th Ed. ©Silberschatz, Korth and Sudarshan See for conditions on re-usewww.db-book.com Chapter 1: Introduction.
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:
10/3/2017.
Chapter 1 Database and Database Users
Databases and Database Users
Introduction to DBMS Purpose of Database Systems View of Data
Databases and Database Users
Introduction To DBMS.
Databases and Database Users
Outline Types of Databases and Database Applications Basic Definitions
Chapter 1: Introduction
Chapter 1: Introduction
“ Database (DB) and Database Management System (DBMS) “
Database and Database Users
Unit 1: INTRODUCTION Database system, Characteristics Database Users
Chapter 1: Introduction
Introduction: Databases and Database Users
7/4/2018.
9/22/2018.
11/14/2018.
Chapter 1: Introduction
1/2/2019.
Introduction to DBMS Purpose of Database Systems View of Data
Database (DB) and Database Management System (DBMS)
Chapter 1: Introduction
Chapter 1: Introduction
Chapter 1: Introduction
Chapter 1: Introduction
Chapter 1: Introduction
Chapter 1: Introduction
Presentation transcript:

Terms: Data: Database: Database Management System: INTRODUCTION Data is defined as a collection of facts and figures that can be recorded and has implicit meaning. Database: Database is a collection of related data. Database Management System: DBMS is a collection of programs that enables users to create and maintain a database.

Properties of Database: A database represents some aspects of the real world. A database is a logically coherent collection of data with some inherent meaning. A random assortment of data cannot be termed as database. A database is designed, built and populated with data for a specific purpose. It has an intended group of users and preconceived applications in which these users are interested.

Types of Databases: Traditional Database: Textual or numeric in nature. Geographic Information System: Maps, weather data, satellite images. Multimedia Database: Pictures, video clips, sound messages. Data Warehouses and Online Analytical Processing: Integration of data and for decision making. Real Time and Active Database: Controlling industrial and manufacturing processes.

Database Applications: Banking: all transactions Airlines: reservations, schedules Universities: registration, grades Sales: customers, products, purchases Online retailers: order tracking, customized recommendations Manufacturing: production, inventory, orders, supply chain Human resources: employee records, salaries, tax deductions Databases touch all aspects of our lives.

Database Management System: DBMS consists of: Collection of interrelated data Set of programs to access the data The main goal is to provide an environment that is both convenient and efficient to use. DBMS provides for: Definition of structure for the storage of data. Provision of mechanisms for manipulating information. Safety of information in case of system crash or unauthorized access. Concurrency control in case of multi user environment.

DBMS facilitates for: Defining a database; Constructing a database; Manipulating a database.

Purpose of Database Systems: In the early days, database applications were built directly on top of file systems. What is a File System? In file system permanent records are stored in various files and different application programs are written to extract records from, and to add records to, the appropriate files.

2. Difficulty in accessing data: 3. Data isolation: Drawbacks of using file systems to store data: 1. Data redundancy and inconsistency: Multiple file formats, Programs in multiple programming languages, duplication of information in different files, data inconsistencies. 2. Difficulty in accessing data: Need to write a new program to carry out each new task 3. Data isolation: Data scattered in multiple files. multiple files and formats Difficult to write new application program to retrieve data. 4. Integrity problems: Consistency Constraints Integrity constraints (e.g. account balance >1000) become “buried” in program code rather than being stated explicitly Hard to add new constraints or change existing ones

5. Concurrent access by multiple users: 4. Atomicity of updates: Failures may leave database in an inconsistent state with partial updates carried out. Example: Transfer of funds from one account to another should either complete or not happen at all. Difficult to ensure this property in file system. 5. Concurrent access by multiple users: Concurrent access needed for performance. Uncontrolled concurrent accesses can lead to inconsistencies. Example: Two people reading a balance and updating it at the same time. 6. Security problems: Hard to provide user access to some, but not all, data Database systems offer solutions to all the above problems.

Main Characteristics of Database Technology: Self-contained nature of a database system: A DBMS catalog stores the description of the database. The description is called meta-data). This allows the DBMS software to work with different databases. Insulation between programs and data: This is called program-data independence. Allows changing data storage structures and operations without having to change the DBMS access programs.

3. Data Abstraction: A data model is used to hide storage details and present the users with a conceptual view of the database. 4. Support of multiple views of the data: Each user may see a different view of the database, which describes only the data of interest to that user. 5. Sharing of data: 6. Multi-user transaction Processing.:

Additional Benefits of Database Technology: Controlling redundancy in data storage. - Sharing of data among multiple users. - Restricting unauthorized access to data. - Providing multiple interfaces to different classes of users. - Representing complex relationships among data. - Enforcing integrity constraints on the database. - Providing backup and recovery services. - Potential for enforcing standards. - Flexibility to change data structures. - Reduced application development time. Availability of up-to-date information. Economies of scale.

Database Administrators: Users of Database: Database Administrators: authorizing access to database, Coordinating & monitoring database use, Acquiring software & hardware resources as needed, Accountable for breach of security or poor system response time. 2. Database Designers: Identify data to be stored in db, Select appropriate structure for storing data, Communicate with all users and understand their requirements, Design a database that meets user requirements.

3. End Users: Casual End Users: Occasionally access a db, Needs different information each time, Use sophisticated database query language. E.g. middle or high level managers. Naïve or Parametric End Users: Constantly query and update the database, E.g. Bank tellers, Railway reservation clerks etc. Sophisticated End Users: Users who use database to meet complex requirements. E.g. Engineers, scientists, business analysts. Stand alone Users: Use readymade program package to interact with database.

4. System Analyst & Application Programmers: System analyst determine the requirements of end users; Application programmers implement these specifications as programs. Both are called software engineers. 5. Operators & Maintenance Personnel: Responsible for the actual running and maintenance of H/W & S/W environment for the database system.