IS 4420 Database Fundamentals Leon Chen. 2 Agenda About yourself About yourself  Name  Major About the instructor About the instructor Syllabus Syllabus.

Slides:



Advertisements
Similar presentations
Chapter 1: The Database Environment
Advertisements

The Database Environment
Prentice Hall, Database Systems Week 1 Introduction By Zekrullah Popal.
Chapter 1: The Database Environment
1 IS380 Class Agenda 01/11/05 Sock H. Chung 1.Syllabus 2.Chapter 1 3.Introduction 4. Request.
1 Introduction The Database Environment. 2 Web Links Google General Database Search Database News Access Forums Google Database Books O’Reilly Books Oracle.
© Prentice Hall 1 Chapter 1: The Database Environment.
© 2007 by Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden.
Database Management Systems ISYS 464 David Chao. Introduction to Databases The most important component in an information system Created to support all.
Chapter 1: The Database Environment and Development Process
Chapter 1: The Database Environment and Development Process
Managing Enterprise Database ISYS 464 David Chao.
Chapter 1: The Database Environment
Database Management COP4540, SCS, FIU An Introduction to database system.
Chapter 1 1 © Prentice Hall, 2002 Database Design Dr. Bijoy Bordoloi Introduction to Database Processing.
Chapter 1 1 © Prentice Hall, 2002 Database Design Dr. Bijoy Bordoloi Introduction to Database Processing.
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi © 2013 Pearson.
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi © 2013 Pearson.
Chapter 1: The Database Environment and Development Process
Chapter 1: The Database Environment and Development Process
Web-Enabled Decision Support Systems
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management Dave Salisbury ( )
The Database Environment and Development Process An Overview.
Architecture for a Database System
Fundamentals of Database Concepts. Lecturer: Dr. Taysir Hassan Abdel Hamid Assistant Professor, Information Systems Department, Faculty of Computers &
Fundamentals of Database Concepts INF221. Lecturer: Dr. Taysir Hassan Abdel Hamid Assistant Professor, Information Systems Department, Faculty of Computers.
© 2007 by Prentice Hall 1 Introduction to databases.
Dr. Mohamed Osman Hegazi 1 Database Systems Concepts Database Systems Concepts Course Outlines: Introduction to Databases and DBMS. Database System Concepts.
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 9 th Edition Jeffrey A. Hoffer,
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Unit 1: Background and Terminology Chapters 1 + 2: Modern Database Management 9 th Edition.
Database System Introduction to Database Environment October 31, 2009 Software Park, Bangkok Thailand Pree Thiengburanathum College of Arts and Media Chiang.
Database Management System Prepared by Dr. Ahmed El-Ragal Reviewed & Presented By Mr. Mahmoud Rafeek Alfarra College Of Science & Technology- Khan younis.
Chapter 1 Chapter 1: The Database Environment Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden © 2007 by Prentice.
Chapter 1 1 Lecture # 1 & 2 Chapter # 1 Databases and Database Users Muhammad Emran Database Systems.
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition, International Edition Jeffrey A. Hoffer, V. Ramesh,
THE DATABASE ENVIRONMENT Definitions: Data, Information, Database, MetadataData, Information File Processing Systems The Database Approach Components of.
Database Design & Management
Database Concepts Track 3: Managing Information using Database.
1 Database Systems Instructor: Nasir Minhas Assistant Professor UIIT PMAS-AAUR
© 2011 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 1: The Database Environment and Development Process Modern Database Management 10.
Database Administration Basics. Basic Concepts and Definitions  Data Facts that can be recorded and stored  Metadata Data that describes properties.
Chapter 1 © 2013 Pearson Education, Inc. Publishing as Prentice Hall Chapter 1: The Database Environment and Development Process Modern Database Management.
3-1 Modeling Basic Entities DBMS Create Sort Search Addition Deletion Modification Create Sort Search Addition Deletion Modification DBMS is a Software.
Copyright © 2016 Pearson Education, Inc. CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 12 th Edition Jeff Hoffer,
Copyright © 2016 Pearson Education, Inc. CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 12 th Edition Jeff Hoffer,
Chapter 1 © 2013 Pearson Education, Inc. Publishing as Prentice Hall Chapter 1: The Database Environment and Development Process (Contd..) Modern Database.
IIS 645 Database Management Systems DDr. Khorsheed Today’s Topics 1. Course Overview 22. Introduction to Database management 33. Components of Database.
The Database Approach Muhammad Nasir
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition, International Edition Jeffrey A. Hoffer, V. Ramesh,
1 Lecture1 Introduction to Databases Systems Database 1.
Chapter 1 1 DATABASE ENGINEERING INTRODUCTION. Chapter 1 2 DATABASE ENGINEERING EC-316 Credits4(3,1) Text Book: Modern Database Management, by Hoffer,
© 2005 by Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 7 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden.
Database Fundamentals
Database Management Systems Lecture # 01
An Introduction to database system
The Database Environment
Lecture 2.
Chapter 1: The Database Environment
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS
Chapter 1: The Database Environment
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS
Chapter 1: The Database Environment
Chapter 1: The Database Environment
The Database Environment
Chapter 1: The Database Environment
Background Prepared by: Mr. Mahmoud Rafeek Alfarra.
DATABASE ENGINEERING INTRODUCTION.
Chapter 1: The Database Environment
The Database Environment
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
Presentation transcript:

IS 4420 Database Fundamentals Leon Chen

2 Agenda About yourself About yourself  Name  Major About the instructor About the instructor Syllabus Syllabus Chapter 1 Chapter 1

IS 4420 Database Fundamentals Chapter 1: The Database Environment Leon Chen

4 Overview Database environment and Client/Server architecture Database environment and Client/Server architecture Database, data, information, and metadata Database, data, information, and metadata Evolution of database systems Evolution of database systems Advantages of databases Advantages of databases Costs and risks of databases Costs and risks of databases Categories of databases Categories of databases Components of database environment Components of database environment

5 Figure 1-11 Components of the database environment DataMetadata

6 Figure 2-11 Three-tiered client/server database architecture

7 Definitions Database - organized collection of logically related data Database - organized collection of logically related data Data - stored representations of meaningful objects and events Data - stored representations of meaningful objects and events  Structured: numbers, text, dates  Unstructured: images, video, documents Information: data processed to increase knowledge of the user Information: data processed to increase knowledge of the user Metadata: data that describes the properties and context of user data (data about data) Metadata: data that describes the properties and context of user data (data about data)

8 Figure 1-1a Converting data to information - data in context

9 Graphical displays turn data into useful information that managers can use for decision making and interpretation

10Metadata Data that describes the properties and context of user data (data about data) Data that describes the properties and context of user data (data about data)

11 Evolution of Database Systems Flat files (not database) s s Flat files (not database) s s Hierarchical – 1970s s Hierarchical – 1970s s Network – 1970s s Network – 1970s s Relational – 1980s - present Relational – 1980s - present Object-oriented – 1990s - present Object-oriented – 1990s - present Object-relational – 1990s - present Object-relational – 1990s - present Data warehousing – 1980s - present Data warehousing – 1980s - present Web-enabled – 1990s - present Web-enabled – 1990s - present

12 DATABASE Approach Central repository of shared data Central repository of shared data Stored in a standardized, convenient form Stored in a standardized, convenient form Requires a Database Management System (DBMS) Requires a Database Management System (DBMS)   A software system that is used to create, maintain, and provide controlled access to user databases

13

14

15

16

17 Figure 1-11 Components of the database environment

18 Components of the Database Environment CASE Tools – computer-aided software engineering CASE Tools – computer-aided software engineering Repository – centralized storehouse of metadata Repository – centralized storehouse of metadata Database Management System (DBMS) – software for managing the database Database Management System (DBMS) – software for managing the database Database – storehouse of the data Database – storehouse of the data Application Programs – software using the data Application Programs – software using the data User Interface – text and graphical displays to users User Interface – text and graphical displays to users Data Administrators – personnel responsible for maintaining the database Data Administrators – personnel responsible for maintaining the database System Developers – personnel responsible for designing databases and software System Developers – personnel responsible for designing databases and software End Users – people who use the applications and databases End Users – people who use the applications and databases

19 Match terms and definitions 1. Data 2. Database application 3. Repository 4. Metadata 5. Information 6. DBMS 7. Database 8. ERP 9. Enterprise data model a. Data placed in context or summarized b. Application program c. Facts, text, graphics, etc. d. A graphical model about an organization e. Organized collection of related data f. Data definitions and constraints g. Centralized storehouse for all data definitions h. An integrated enterprise level MIS i. A software application to create, maintain and control a database