Databases and Database Users

Slides:



Advertisements
Similar presentations
Databases and Database Users
Advertisements

--What is a Database--1 What is a database What is a Database.
CS1001 Lecture 26. Overview Artificial Intelligence Artificial Intelligence Database Systems Database Systems.
Databases and Database Users
Databases and Database Users Winter 2007Ron McFadyen ACS Database applications Database Database Management System Characteristics Actors Advantages.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
Introduction and Conceptual Modeling
Chapter 1 Database and Database Users Dr. Bernard Chen Ph.D. University of Central Arkansas.
Lecture1: Principles of Databases Prepared by L. Nouf Almujally 1 Ref. Chapter1.
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.
Introduction to Data bases concepts
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1 Chapter 1 - Introduction: Databases and Database Users - Outline Types of Databases and.
Databases and Database Users Jan. 2008Yangjun Chen ACS Outline: Introduction What is a database? The main characters of a database system The basic.
CSE314 Database Systems Lecture 1 Databases and Database Users Doç. Dr. Mehmet Göktürk src: Elmasri & Navanthe 6E Pearson Ed Slide Set.
Database and Database Users. Outline Database Introduction An Example Characteristics of the Database Actors on the Scene Advantages of using the DBMS.
1 CSBP430 – Database Systems Chapter 1: Databases and Database Users Mamoun Awad College of Information Technology United Arab Emirates University
Database System Concepts and Architecture
Introduction: Databases and Database Users
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1 Databases and Database Users.
1 Introduction to Database Systems. 2 Database and Database System / A database is a shared collection of logically related data designed to meet the.
Course Introduction Ria Mae G. Corda ITB322 (Lecture) 2 nd Semeseter, AY
Grades, Book & Blackboard IS2511| Database. Grading Grades will be divided as follows:  10%Homework and Tutorials  10% Quizzes  20% First Midterm Exam.
1Mr.Mohammed Abu Roqyah. Introduction and Conceptual Modeling 2Mr.Mohammed Abu Roqyah.
1 Welcome: To the second learning sequence “ Data Base (DB) and Data Base Management System (DBMS) “ Recap : In the previous learning sequence, we discussed.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
Chapter 11 CS Introduction to Database Systems.
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.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1 Databases and Database Users.
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.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1 Databases and Database Users.
ISC321 Database Systems I Chapter 1: Introduction to Databases Fall 2015 Dr. Abdullah Almutairi.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Chapter 1 Introduction: Databases and Database Users.
Copyright © 2004 Pearson Education, Inc. Chapter 1 Introduction and Conceptual Modeling.
Postgraduate Module Enterprise Database Systems Technological Educational Institution of Larisa in collaboration with Staffordshire University Larisa
Introduction: Databases and Database Systems Lecture # 1 June 19,2012 National University of Computer and Emerging Sciences.
Chapter 1 Databases and Database Users. Overview Traditional database applications Store textual or numeric information Multimedia databases Store images,
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1 Databases and Database Users تنبيه : شرائح العرض (Slides) هي وسيلة.
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:
1 Chapter (1) Basic Concepts Objectives Introducing the concept of database system Some examples Advantages of using DBMS Implication of the DB approach.
10/3/2017.
Lect1: Course Introduction
Chapter 1 Database and Database Users
Databases and Database Users
Introduction: Databases and Database Users
Databases and Database Users
CS4222 Principles of Database System
Introduction: Databases and Database Users
Database Management Systems Lecture # 01
Outline Types of Databases and Database Applications Basic Definitions
“ Database (DB) and Database Management System (DBMS) “
Database and Database Users
Introduction: Databases and Database Users
7/4/2018.
Chapter Ten Managing a Database.
Database Actors Welcome : To the third learning sequence “ DB ACTORS “
9/22/2018.
11/14/2018.
Data base management system dbms
1/2/2019.
Database (DB) and Database Management System (DBMS)
Terms: Data: Database: Database Management System: INTRODUCTION
Database Dr. Roueida Mohammed.
Presentation transcript:

Databases and Database Users Chapter 1 Databases and Database Users

Overview Traditional database applications Multimedia databases Store textual or numeric information Multimedia databases Store images, audio clips, and video streams digitally Geographic information systems (GIS) Store and analyze maps, weather data, and satellite images

Introduction Database Collection of related data Known facts that can be recorded and that have implicit meaning

Introduction (cont'd.) Example of a large commercial database Amazon.com Database management system (DBMS) Collection of programs Enables users to create and maintain a database Defining a database Specify the data types, structures, and constraints of the data to be stored

Introduction (cont'd.) Meta-data Manipulating a database Database definition or descriptive information Stored by the DBMS in the form of a database catalog or dictionary Manipulating a database Query and update the database miniworld Generate reports

Introduction (cont'd.) Sharing a database Application program Query Allow multiple users and programs to access the database simultaneously Application program Accesses database by sending queries to DBMS Query Causes some data to be retrieved

An Example UNIVERSITY database Data records Information concerning students, courses, and grades in a university environment Data records STUDENT COURSE SECTION GRADE_REPORT PREREQUISITE

An Example (cont'd.) Specify structure of records of each file by specifying data type for each data element String of alphabetic characters Integer Etc.

An Example (cont'd.) Construct UNIVERSITY database Store data to represent each student, course, section, grade report, and prerequisite as a record in appropriate file Relationships among the records Manipulation involves querying and updating

An Example (cont'd.) Examples of queries: Retrieve the transcript List the names of students who took the section of the ‘Database’ course offered in fall 2008 and their grades in that section

An Example (cont'd.) Examples of updates: Change the class of ‘Smith’ to sophomore Create a new section for the ‘Database’ course for this semester Enter a grade of ‘A’ for ‘Smith’ in the ‘Database’ section of last semester

An Example (cont'd.) Phases for designing a database: Requirements specification and analysis Conceptual design Logical design Physical design

Data Abstraction Data abstraction Conceptual representation of data Allows program-data independence and program-operation independence Conceptual representation of data Does not include details of how data is stored or how operations are implemented Data model Type of data abstraction used to provide conceptual representation

Support of Multiple Views of the Data Subset of the database Contains virtual data derived from the database files but is not explicitly stored Multiuser DBMS Users have a variety of distinct applications Must provide facilities for defining multiple views

Sharing of Data and Multiuser Transaction Processing Allow multiple users to access the database at the same time Concurrency control software Ensure that several users trying to update the same data do so in a controlled manner Result of the updates is correct

Actors on the Scene Database administrators (DBA) are responsible for: Authorizing access to the database Coordinating and monitoring its use Acquiring software and hardware resources Database designers are responsible for: Identifying the data to be stored Choosing appropriate structures to represent and store this data

Actors on the Scene (cont'd.) End users People whose jobs require access to the database

Actors on the Scene (cont'd.) System analysts Determine requirements of end users Application programmers Implement these specifications as programs

Workers behind the Scene DBMS system designers and implementers Design and implement the DBMS modules and interfaces as a software package Tool developers Design and implement tools Operators and maintenance personnel Responsible for running and maintenance of hardware and software environment for database system

Advantages of Using the DBMS Approach Controlling redundancy Data normalization Denormalization Sometimes necessary to use controlled redundancy to improve the performance of queries Restricting unauthorized access Security and authorization subsystem Privileged software

Advantages of Using the DBMS Approach (cont'd.) Providing backup and recovery Backup and recovery subsystem of the DBMS is responsible for recovery Providing multiple user interfaces Graphical user interfaces (GUIs)