ICS 424 - 01 (072)Database Systems: An Introduction & Review 1 ICS 424 Advanced Database Systems Dr. Muhammad Shafique.

Slides:



Advertisements
Similar presentations
Database Planning, Design, and Administration
Advertisements

Database System Concepts and Architecture
ICS (072)Database Systems: A Review1 Database Systems: A Review Dr. Muhammad Shafique.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
MS DB Proposal Scott Canaan B. Thomas Golisano College of Computing & Information Sciences.
Copyright © 2004 Pearson Education, Inc.. Chapter 1 Introduction and Conceptual Modeling.
Copyright © 2004 Pearson Education, Inc.. Chapter 1 Database Concepts.
Database Systems Chapter 1 ITM 354. Billing Program Customer file Accounts receivable file Accounts_Payable Program Vendor file Invoice file Sales Order.
ICS (072)Database Systems Background Review 1 Database Systems Background Review Dr. Muhammad Shafique.
Fundamentals, Design, and Implementation, 9/e Chapter 1 Introduction to Database Processing.
Copyright © 2004 Pearson Education, Inc. Instructor Dr. Amr Mahmoud Tolba Office No : 106 Floor 7 Website:
Chapter 2 Database Environment Pearson Education © 2014.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Overview of Database Languages and Architectures.
Slide 1- 1 Database Systems Hanem A. Eladly Computer Engineering Department Faculty of Engineering Cairo University
Introduction and Conceptual Modeling
Database Management COP4540, SCS, FIU An Introduction to database system.
10/5/1999Database Management -- R. Larson Data Administration and Database Administration University of California, Berkeley School of Information Management.
Databases and Database Users
Copyright © 2004 Pearson Education, Inc. Chapter 1 Introduction.
IT – DBMS Concepts Relational Database Theory.
Database System Concepts and Architecture Lecture # 3 22 June 2012 National University of Computer and Emerging Sciences.
Database System Development Lifecycle © Pearson Education Limited 1995, 2005.
CSC 411/511: DBMS Design 1 1 Dr. Nan WangCSC411_L1_Overview 1 Overview of Database Systems (Chapter 1)
Data Administration & Database Administration
Chapter 2 CIS Sungchul Hong
1 CS 430 Database Theory Winter 2005 Lecture 1: Introduction.
Database System Concepts and Architecture
Introduction: Databases and Database Users
Slide Chapter 1 Introduction: Databases and Database Users.
Grades, Book & Blackboard IS2511| Database. Grading Grades will be divided as follows:  10%Homework and Tutorials  10% Quizzes  20% First Midterm Exam.
Copyright © 2004 Pearson Education, Inc. Chapter 1 Introduction and Conceptual Modeling.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
Chapter 1 Databases & Database Users. Slide 1-2 Acknowledge The main reference of this presentation is the textbook and PPT from : Elmasri & Navathe,
Ihr Logo Fundamentals of Database Systems Fourth Edition El Masri & Navathe Chapter 2 Database System Concepts and Architecture.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
Introduction to Database AIT632 Chapter 1 Sungchul Hong.
Elmasri and Navathe, Fundamentals of Database Systems, Fourth Edition Copyright © 2004 Pearson Education, Inc. Slide 2-1 Data Models Data Model: A set.
Copyright © 2004 Pearson Education, Inc. METU Department of Computer Eng Ceng 302 Introduction to DBMS Introduction and Conceptual Modeling by Pinar Senkul.
Bayu Adhi Tama, M.T.I 1 © Pearson Education Limited 1995, 2005.
Database Environment Session 2 Course Name: Database System Year : 2013.
1 Chapter 1 Introduction to Databases Transparencies.
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.
Jemerson Pedernal IT 2.1 FUNDAMENTALS OF DATABASE APPLICATIONS by PEDERNAL, JEMERSON G. [BS-Computer Science] Palawan State University Computer Network.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
Chapter 2 Database Environment.
1 Chapter 2 Database Environment Pearson Education © 2009.
Learning Outcomes  Understand the basics and concepts of database systems.  Design, implement and evaluate a computer-based system, process, component,
Postgraduate Module Enterprise Database Systems Technological Educational Institution of Larisa in collaboration with Staffordshire University Larisa
IIS 645 Database Management Systems DDr. Khorsheed Today’s Topics 1. Course Overview 22. Introduction to Database management 33. Components of Database.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
Slide Chapter 1 Introduction: Databases and Database Users.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
10/3/2017.
Introduction: Databases and Database Users
Databases (CS507) CHAPTER 2.
Introduction: Databases and Database Users
Introduction to Database Systems
An Introduction to database system
Introduction: Databases and Database Users
7/4/2018.
9/22/2018.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Database Management System (DBMS)
Introduction to Database
11/14/2018.
Data, Databases, and DBMSs
1/2/2019.
Presentation transcript:

ICS (072)Database Systems: An Introduction & Review 1 ICS 424 Advanced Database Systems Dr. Muhammad Shafique

ICS (072)Database Systems: An Introduction & Review 2 Outline Fundamentals Classifications Development process Administration

ICS (072)Database Systems: An Introduction & Review 3 Fundamentals Database concepts Database A database represents some aspect of the real world A database is a logically coherent collection of data with some inherent meaning. A database is designed, built, and populated with data for a specific purpose. It has an intended group of users and some preconceived applications in which these users are interested. Database Management System A database management system (DBMS) is a collection of programs that enables users to create and maintain a database.

ICS (072)Database Systems: An Introduction & Review 4 Fundamentals (Cont.) Database concepts Data model A collection of concepts that can be used to describe the structure of a database Schema The description of a database is called the database schema, which is specified during database design and is expected not to change frequently The three-schema architecture Internal schema Conceptual schema External schema

ICS (072)Database Systems: An Introduction & Review 5 Fundamentals (Cont.) Database concepts Data independence: logical and physical Database languages DBMS languages Database interfaces Data modeling Conceptual Logical Physical Database design Normalization

ICS (072)Database Systems: An Introduction & Review 6 Fundamentals (Cont.) Database issues Query processing and optimization Transaction processing and concurrency control Database recovery Security Performance monitoring and reorganization

ICS (072)Database Systems: An Introduction & Review 7 Classifications Logical organization of data Records-based database systems Object-oriented database systems Object-relational database systems Deductive/logic database systems Functional database systems Physical organization of data Centralized database systems Distributed database systems Homogeneous and heterogeneous Client-server database systems Mobile database systems

ICS (072)Database Systems: An Introduction & Review 8 Classifications (Cont.) Contents Symbolic databases Textual databases Multi-media databases Image databases Spatial databases Temporal databases Application domain Engineering databases Scientific databases Statistical databases Manufacturing databases Business

ICS (072)Database Systems: An Introduction & Review 9 Classifications (Cont.) Data usage Operational databases Decision-support databases Data warehousing Data mining Tactical and planning databases Nature of data Structured databases Semi-structured (like XML data) Unstructured (like Web)

ICS (072)Database Systems: An Introduction & Review 10 Classifications (Cont.) Self modifiability Passive databases Active databases Triggers

ICS (072)Database Systems: An Introduction & Review 11 Historical Development of Database Technology Early Database Applications The Hierarchical and Network Models were introduced in mid 1960’s and dominated during the seventies. A bulk of the worldwide database processing still occurs using these models. Relational Model based Systems The model that was originally introduced in 1970 was heavily researched and experimented with in IBM and the universities. Relational DBMS Products emerged in the 1980’s.

ICS (072)Database Systems: An Introduction & Review 12 Historical Development of Database Technology Object-oriented applications OODBMSs were introduced in late 1980’s and early 1990’s to cater to the need of complex data processing in CAD and other applications. Their use has not taken off much. Data on the Web and E-commerce Applications Web contains data in HTML (Hypertext markup language) with links among pages. This has given rise to a new set of applications and E-commerce is using new standards like XML (eXtended Markup Language).

ICS (072)Database Systems: An Introduction & Review 13 Extending Database Capabilities New functionality is being added to DBMSs in the following areas: Scientific Applications Image Storage and Management Audio and Video data management Data Mining Spatial data management Time Series and Historical Data Management The above gives rise to new research and development in incorporating new data types, complex data structures, new operations and storage and indexing schemes in database systems.

ICS (072)Database Systems: An Introduction & Review 14 Database Development Organizational context for using database systems Early1970s to mid-1980s: large centralized repositories of data managed by single centralized DBMS Mid-1980s to late 1990s: personal databases, client-server databases, data dictionary systems, data warehousing, and data mining Current trend: distributed client-server database systems with Web applications Data administration Strategic planning, sets policies and standards, DBMS independent Database administration Control and supervision, enforces policies and standards, DBMS specific

ICS (072)Database Systems: An Introduction & Review 15 Database Development (Cont.) Information system life cycle Feasibility analysis Requirements collection and analysis, Design (database design and application design), Implementation, Validation and acceptance testing, Deployment, operation and maintenance

ICS (072)Database Systems: An Introduction & Review 16 Database Development (Cont.) Database application system life cycle System definition ---scope of the database, its users, and its applications are defined Database design Database implementation Loading or data conversion Application conversion Testing and validation Operation Monitoring and maintenance

ICS (072)Database Systems: An Introduction & Review 17 Database Design

ICS (072)Database Systems: An Introduction & Review 18 Database Design (Cont.) Requirements collection and analysis User groups, application areas, existing documentation, current operating environment Conceptual database design Conceptual schema design Centralized approach View integration approach Transaction design Choice of DBMS Logical design (Data model mapping) Physical design System implementation

ICS (072)Database Systems: An Introduction & Review 19 Administration Database Administration Functions Data as an organizational asset Data-information-decision cycle Database planning, including the definition of standards, procedures, and enforcements Database Development Database operations, performance monitoring and tuning Database training and support DBA must define, communicate, and enforce procedures for Database security, privacy, and integrity Database backup and recovery

ICS (072)Database Systems: An Introduction & Review 20 Summary Fundamentals of database systems Classifications of database systems Development process of database systems Database administration