Chapter(1) Introduction and conceptual modeling. Basic definitions Data : know facts that can be recorded and have an implicit. Database: a collection.

Slides:



Advertisements
Similar presentations
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
Advertisements

CS1001 Lecture 26. Overview Artificial Intelligence Artificial Intelligence Database Systems Database Systems.
Introduction to Introduction to Database Systems Rose-Hulman Institute of Technology Curt Clifton.
Copyright © 2004 Pearson Education, Inc.. Chapter 1 Introduction and Conceptual Modeling.
Copyright © 2004 Pearson Education, Inc.. Chapter 1 Database Concepts.
Databases and Database Users
Copyright © 2004 Pearson Education, Inc. Instructor Dr. Amr Mahmoud Tolba Office No : 106 Floor 7 Website:
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
CSC 351 FUNDAMENTALS OF DATABASE SYSTEMS
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
Databases and Database Users
Copyright © 2004 Pearson Education, Inc. Chapter 1 Introduction.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1 Chapter 1 - Introduction: Databases and Database Users - Outline Types of Databases and.
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
Introduction: Databases and Database Users
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Chapter 1 Introduction: Databases and Database Users.
Slide Chapter 1 Introduction: Databases and Database Users.
Course Introduction Ria Mae G. Corda ITB322 (Lecture) 2 nd Semeseter, AY
1Mr.Mohammed Abu Roqyah. Introduction and Conceptual Modeling 2Mr.Mohammed Abu Roqyah.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1 Databases and Database Users.
Copyright © 2004 Pearson Education, Inc. Chapter 1 Introduction and Conceptual Modeling.
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.
Instructor: Dema Alorini Database Fundamentals IS 422 Section: 7|1.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
Copyright © 2004 Pearson Education, Inc. METU Department of Computer Eng Ceng 302 Introduction to DBMS Introduction and Conceptual Modeling by Pinar Senkul.
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.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Chapter 1 Introduction: Databases and Database Users.
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.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide 1- 1 Copyright © 2011 Pearson Education, Inc. Publishing as Pearson.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
ISC321 Database Systems I Chapter 1: Introduction to Databases Fall 2015 Dr. Abdullah Almutairi.
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.
Computer Science Centre University of Indonesia Chapter 1 Database & Database Users.
Copyright © 2004 Pearson Education, Inc. Chapter 1 Introduction and Conceptual Modeling.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
Slide Chapter 1 Introduction: Databases and Database Users.
Introduction: Databases and Database Systems Lecture # 1 June 19,2012 National University of Computer and Emerging Sciences.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
10/3/2017.
Chapter 1 Database and Database Users
Introduction: Databases and Database Users
Databases and Database Users
CS4222 Principles of Database System
Databases and Database Users
Introduction: Databases and Database Users
Introduction to Database Systems
Outline Types of Databases and Database Applications Basic Definitions
Database and Database Users
Introduction: Databases and Database Users
7/4/2018.
9/22/2018.
Introduction to Database
11/14/2018.
1/2/2019.
Database (DB) and Database Management System (DBMS)
Chapter 1 Outline Types of Databases and Database Applications
Terms: Data: Database: Database Management System: INTRODUCTION
Presentation transcript:

Chapter(1) Introduction and conceptual modeling

Basic definitions Data : know facts that can be recorded and have an implicit. Database: a collection of related data. Database management system (DBMS): a software Package / system to facilitate the creation and maintenance of a computerized database. Database system: the DBMS software together with data itself. Sometimes, the application are also included.

Types of databases and database Applications Numeric and Textual data bases Multimedia databases Geographic information system(GIS) Data warehouses Real –time and Active databases

Typical DBMS functionality Define a database: in term of data types, structures and constraints. Construct or load the database on a secondary storage medium. Manipulating the database: querying, generating reports, insertions, deletions and modification to its content. concurrent processing and sharing by a set of users and programs – yet, keeping all data valid and consistent.

Typical DBMS functionality Protection or security measures to prevent unauthorized access. Internal action on data Presentation and visualization of data.

Example of a database ( with conceptual data model) Part of a university environment. - Students - Courses -Section -Departments -Instructors

Example of a database ( with conceptual data model) Some relationships - sections are of specific courses. -Students take sections -Courses have prerequisite courses -Instructors teach sections -Courses are offered by departments -Student major in departments Note : the above could be expressed in the ENTITY RRLATIONSHIPS data model

Main characteristics of the database approach self –describing 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 database. Insulation between program and data : called program –data independence. Allows changing data storage structures and operations without having to change the DBMS access programs. Data Abstraction : A data model is used to hide storage details and present the users with a conceptual of the database 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.

Main characteristics of the database approach Sharing of data and multiuser transaction processing :allowing a set of concurrent user to retrieve and to updates the database. Concurrency control within the DBMS guarantees that each transaction is correctly executed or completely aborted.

Database user User may be divided into those actually use and control the content and those who enable the database to be developed and the DBMS software to be designed and implemented

Database user Database administrators: responsible for authorizing access to the database, for coordinating and monitoring its use, acquiring software and hardware resources, controlling its use and monitoring efficiency of operation. Database designers :responsible to define the content, the structure, the constraints, and function or transaction against the database. The must communicate with the end-user and understand their needs.

End –user: they use the data for query,reporting and some of them actually update the database content. Categories of End-users Casual: access database occasionally when need. Parametric: they make up a large section of the end-user population. They use previously well- defined functions in the database. Example are bank –tellers who do this activity for entire shift of operations.

Categories of End-users Sophisticated : these include business analysts, scientists,engineers,etc. Who are familiar with the system capabilities. Stand –alone : mostly maintain personal database using ready –to –use packaged applications. An example is a tax program user that creates his or her own internal database.

Advantages of using the database approach Controlling redundancy in data storage and in development and maintenance efforts. Sharing of data among multiple users. Restricting unauthorized access to data. Providing storage structures for efficient query processing. Providing backup and recovery services. Providing multiple interfaces to different classes of users.

When not to use a DBMS main inhibitors (costs) of using a DBMS: -High initial investment and possible need for additional hardware. - overhead for providing generality,security, concurrency control, recovery integrity functions.

When a DBMS may be unnecessary -If the database and application are simple, well defined,and not expected to change. -If there are real-time requirements that may not be because of DBMS overhead. -If access to data by multiple users is not required.