QM Chapter 1 Database Fundamentals Version 10 th Ed. Prepared by Dr Kamel Rouibah / Dept QM & IS

Size: px
Start display at page:

Download "QM Chapter 1 Database Fundamentals Version 10 th Ed. Prepared by Dr Kamel Rouibah / Dept QM & IS"

Transcription

1 QM Chapter 1 Database Fundamentals Version 10 th Ed Prepared by Dr Kamel Rouibah / Dept QM & IS Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 1

2 Objectives Define terms and review basic concepts related to database management Name limitations of conventional file processing Explain advantages of databases Identify costs and risks of databases List components of database environment Identify categories of database applications Describe database system development life cycle Explain roles of individuals Describe evolution of database systems Introduce students to components of DBMS Explain the three-schema architecture for databases Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 2

3 Process view vs data view (Summary QM 331) Process view Concentrates both on flow, use and transformation of data Focuses on what the system is supposed to do Shows the sequence of steps (activities) Tracks data from source to final destination (output) But, does not specify the structure of data Data view Focuses on the data and its structure the system needs to operate Separates application programs and the data used by programs (e.g. students and students attributes) Approach is independent of where and how data are used in a system Data designed for the whole enterprise QM 433 will focus SOLELY on the data view Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 3

4 BASIC CONCEPTS AND DEFINITIONS Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 4

5 Data hierarchy: Basic definition: Bit, byte, field, record, file and database (summary of past MIS courses) Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 5

6 Basic concepts and definitions: Two types of data Database: organized collection of logically related data Data: stored representations of meaningful objects and events that include structured and unstructured data Structured data Numeric; e.g Characters; e.g. name, registration, student ID Date: 12 th of February 2013 Unstructured data: multimedia Documents, e.g. a PDF or Word document Maps (see. Google Earth) Photographic image Sound Video Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 6

7 Metadata Basic concepts and definitions: Metadata Data that describes the properties or characteristics of end user data and the context of that data Separate data from its properties Metadata enables designers and users to understand: What data exist? What the data mean? What the fine distinctions are between similar data items? Example see MS Access (field properties) Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 7

8 Example of metadata Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 8

9 Basic concepts and definitions: information Information: data that have been processed to increase knowledge and is useful in decision making Two types of information Data in context Summarized data We can easily recognized class Roster Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 9

10 TRADITIONAL FILE PROCESSING SYSTEMS Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 10

11 Disadvantages of traditional file management Similar disadvantages were seen in chapter 5 (QM 240) and chapter 1 (QM 331) File management a way of collecting and maintaining data in an organization Each functional area (department) creates and maintains its own data files and programs. Files allow the creation of a single database Only one file is accessed at a time Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 11

12 Example of file management: What problems are shown in this figure? Relation Are missing Data is redundant Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 12

13 Disadvantages of traditional file management (cont') Program-data dependence All programs maintain metadata for each file they use Close relationship exists between data stored in traditional files and the software programs that update and maintain those files. Data duplication (redundancy) The presence of duplicate data in multiple data files leads to data (عدم التوافق) inconsistency Waste of space high maintenance costs Each application programmer must maintain his/her own data Each application program needs to include code for the metadata of each file Each application program must have its own processing routines for reading, inserting, updating, and deleting data Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 13

14 Disadvantages of traditional file management (cont') Limited data sharing Information is available in different files and different parts of the organization No centralized control of data; data or information cannot flow freely from one part to another in the organization Length development time Related to previous, there is a need for extra programming efforts to let users access other files not under their control Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 14

15 High Maintenance cost Excessive program maintenance or lack of flexibility 10% of time are devoted to debugging problems 10% are concerned with changes in data, files, reports, hardware, or system software. Up to 80% of all maintenance work consists of making user enhancements, improving documentation, and recoding system components for greater processing efficiency. Consume 80% of information systems budget Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 15

16 The DATABASE Approach Data models Graphical system capturing nature and relationship of data See more in chapter 2 and 3 Entities Noun describing a person, place, object, event, or concept Composed of attributes Relationships Between entities (Unary, binary, ternary) 1-to-1,one-to-many (1:M) or many-to-many (M:N) Attributes Pieces of information that describe entities Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 16

17 The DATABASE Approach Instances Elements that compose entities Types of data models Relational database model: establish relationship between entities using a common field Object model Database application is an application program (or set of related programs) that is used to perform a series of database activities (create, read, update, and delete) on behalf of database users Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 17

18 Database Management System (DBMS) Order Filing System Invoicing System Payroll System DBMS DBMS manages data resources like an operating system manages hardware resources Central database Contains employee, order, inventory, pricing, and customer data DBMS is a software system that is used to create, maintain, and provide controlled access to user database DBMS is used to connect three different database applications Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 18

19 Advantages of the Database Approach 19 Program-data independence Planned data redundancy Improved data consistency Improved data sharing: different users views (e.g. students, doctors, etc.) Increased application development productivity Enforcement of standards Improved data quality: poor data is a serious problem and Estimation of TDWI (The Data Warehousing Institute) $600 billions/year Improved data accessibility and responsiveness: no need for programming experience Reduced program maintenance Improved decision support

20 Costs and Risks of the Database Approach New, specialized personnel Database designer, database administrator who needs continuous training Installation and management cost and complexity Software suite such as Oracle need installation, maintenance, upgrade, Conversion costs of legacy system is too high Legacy system are old systems (or databases) that have been in existence for long time ago and the conversion to new databases is too high Need for explicit backup and recovery Corporate databases are needed with almost zero downtime (e.g. Borsa) Organizational conflict Require consensus on issue such as data definition and ownership and 20 responsibilities need strong top management support

21 Components of the database environment Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 21

22 Components of the database environment Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 22

23 Component of the database environment Computer-Aided Software Engineering Tools CASE tools automate curtains design functions, e.g. generate ERD and the code (e.g. MS Visio) Repository Centralized storehouse of metadata, data relationship, screen and report formats, and other system components Include additional metadata to manage databases (see more in chapter 11 Administration) DBMS Used to create, maintain, and provide controlled access to user database Database Collection of data organized to service many applications at the same time by storing and managing data so that they appear to be in one location Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 23

24 Component of the database environment (cont ) Application Programs The software program (or set of related programs) that is used to perform a series of database activities (create, read, update, and delete) on behalf of database users User Interface Text and graphical displays to users Data and Data Administrators (see more in Chapter 11) Personnel responsible to maintain the database System Developers Personnel responsible to design the databases and software (e.g. system analysts and programmers) End Users People who use the applications and databases Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 24

25 The Range of Database Applications Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 25

26 The Range of Database Applications Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 26

27 Personal Database Standalone desktop database designed to support one user E.g. data bases developed by my students in QM 433 Example of key issue management Should the application be purchased from outside vendor or developed inhouse? What commercial DBMS product should be used for the application? Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 27

28 Two-tier A small DB to be used by Workgroup LAN for less than 25 users to share data Support the collaborative efforts of the team using computers connected to a LAN such as developer, system analyst, project manager DB is stored on a computer called database server Each user computer has a copy of a light application that provides him with user interface and business logic (e.g. algorithms that handle information) Example: DB used at our college to book a specific LAB for a specific instructor Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 28

29 Three-tiered database location architecture In large information systems, data may be stored in different computers locations (or tiers) Processing (application) of the data from a database may occur at different locations in order to take advantages of the processing speed, ease of use of programming on different computers platforms too Browser-based interface in conjunction with company database is increasingly used to ease transactions between the web browsers the back-end database Data could reside on a client server, on a application server, on a web server, and on a database server Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database development process 29

30 Three-tiered client/server database architecture Store Applications Store Data related To different application Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 30

31 Enterprise Database Serve the entire organization (or several departments) Organization may have several enterprise DBs Databases used at a large scale (hundreds or thousands of users) It is based on WAN Two major development: ERP and data warehousing systems Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 31

32 Enterprise Resources Planning (ERP) systems Information systems that integrate and coordinate key internal processes of the firms, integrating data from different business functions (manufacturing, finance, sales, marketing, inventory, accounting, human resources) Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 32

33 Data Warehouse Systems Is a database, with reporting and query tools, that stores current and historical data extracted from various operational systems, for the entire organization, and consolidated for management reporting and analyzing (e.g. CRM) Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 33

34 Internet, Intranet and extranet Internet: network of connected computer servers over the world Intranet: private company network accessed only by employees Extranet: Intranet with extended authorization to suppliers and customer Business-to-consumer (B2C) Issues to consider Which technologies to use? Security/privacy protection Managing huge volumes of data from Internet transactions Maintaining data quality Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 34

35 Evolution of database technologies Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 35

36 Types of databases Network DBMS AND Hierarchical DBMS Used to develop first generation of DBMS Appeared in 1970 and several systems continue to be used up to now Difficult to access data, based navigational record-at-a-time procedure Legacy system is a system that has been in existence for a long time (in a mainframe) and that continues to be used to avoid the high cost of replacing or redesigning it (QM 240). Relational DBMS [1980] [General culture] Manage mainly structured data (text and numbers) Received wide commercial acceptance in 1980 Data are represented in tables Easy data access for non programmers through SQL, 4 th generation language Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 36

37 Types of database Object oriented DBMS AND Object relational DBMS (cont ) Used to develop the 3 rd generation of DBMS Appearance and important because of of client/server architecture, data warehousing, and internet applications Large use of structured data (e.g. accounting) and multimedia data and applications (sound, images and videos) Introduced in 1980, but largely accepted in 1990s See more in chapter 14 and 15 Because companies manage vast amount of structured and unstructured data, vendors are developing Object Relational DBMS Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 37

38 The database development process Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 38

39 System Development Life Cycle Project identification and selection Project initiation and planning Analysis SDLC: the traditional methodology used to develop, maintain, an replace information system Logical design & physical design Implementation Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database development process Maintenance 39

40 Database development process during SDLC Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database development process 40

41 Enterprise modeling It is performed during the 1 st phase of SDLC Identification and selection Enterprise data model describes the entities in an organization and the relationship between these entities Analyze the current business and determine their needs in term of databases and information systems Review existing information systems and databases Identify what data is available and what other data need to be added to these systems Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database development process 41

42 Enterprise modeling Use Planning Matrix (see next) that describe interrelationships between planning objects Business function to data entities IS-to-data entity IS-to-business objective Output: Select one project for database development Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 42

43 Example of data entity and business function Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database development process 43

44 Exercise Question: Draw the enterprise modeling for CBA by generating the same table as before Remark: the model should include all entities in the present time and the future Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 44

45 Conceptual data modeling (2 nd phase of SDLC- Initiation an planning) System analyst will generate a conceptual data model It is also called conceptual schema or entity relationship diagram (see chapter 2 and 3) The E-R model project highlights only high level categories of data (entities) and major relationships that are useful only for the specific project (not for the enterprise) Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database development process 45

46 Conceptual data modeling (3 rd phase of SDLC-Analysis) Two activities System analyst will specify the conceptual data model i(for the selected project) in term of Attributes of the entities Relationships between the identified entities Specify the rules that dictates the integrity of the data, It is also called conceptual schema Remark: But the E-R model is just a preliminary model since it will be subject of modifications based on subsequent SDLC activities Why: because of missing elements or errors when designing transactions, reports, display or inquiries (see more in the QM 471: project in IS) Conceptual data modeling is a top down process, i.e. it is driven from a general understanding of the business area, and not from specific information processing activities Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database development process 46

47 Logical database design (4 rd phase of SDLC) Two important activities Transform the conceptual data model to a logical data model Logical data model describes the data in term of the data management technology that will be used to implement the database E.g. if a relational technology will be used the transformation process is called normalization (see chapter 4 and 5), i.e. it must be transformed into a relational data model but independent of any database technology Design each computer program in term of Input, output format, reports, display, and inquiries supported by the database Description is made independent from any particular database management system Remark This is a bottom-up analysis, i.e. system analyst verifies exactly what data are to be maintained in the DB and the nature of those data as needed for each transaction, reports, and so forth Logical model might lead to modification of the conceptual data model Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database development process 47

48 Physical database design and definition (5 rd phase of SDLC) It is dependent of the DBMS that will be used to implement the database This task is carried based in coordination with all other aspects of the physical information systems Programs Computer hardware Operating systems Data communication networks System analyst will specify The organization of physical record Choice of file organization (see Three-Tiered database location) Use of indexes Where to store data centralized or decentralized Decision support reports Security, etc Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database development process 48

49 Implementation of the Database (6 rd phase of SDLC) Write, test and install the programs that process the data There are many available programming languages, e.g. Visual Basic can be used to generate high complex MS Access database Produce effective display and reports Finalize the database users documentation Put the database in production Backup the database in order to ovoid losing data Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database development process 49

50 Database maintenance (7 rd phase of SDLC) Modify (add, delete, change) the structure of database Modification is carried out for three reasons: Meet new business requirements Correct errors in the database design, Improve the processing speed of the database applications Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database development process 50

51 Exercise: fill in this table by putting Yes or No / Four important data models in the database All entities? All attributes? Technology independent? DBMS independent? Record Layouts? Enterprise model Conceptual model Logical model Physical model Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database development process 51

52 Alternative information system development approaches (see more in QM 240) SDLC has several disadvantages In house development Rapid Application Development (e.g. Prototyping, see figure 1.11) Prototyping: an iterative process of systems developments in which requirements are converted to a working system that is continually revised through close work between analysts and users Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database development process 52

53 Alternative information system development approaches Agile software development: An approach to database development that emphasizes Individuals and interactions over processes and tools Working software over comprehensive documentation Customer collaboration over contract negotiations, and Response to change over the following a plan Other Alternative information system development approaches Application Software Package: e.g. Oracle Suite Outsourcing Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 53

54 Three schema architecture view of a manager or external user Different people have different views of the database these are the external schema The internal schema is the underlying design and implementation View of data architect or data administrator view of a database administrator Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database development process 54

55 Three schema architecture Physical Schema Physical structures Will be covered in chapters 6 and 7 Conceptual Schema E-R models Will be covered in chapters 2 and 3 External Schema (in the lab with Heba) User Views Subsets of Conceptual Schema Can be determined from business-function/data entity matrices DBA determines schema for different users Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database development process 55

56 Managing the People Involved in database development seen in previous courses (QM 240) and (QM 331) Business analyst Systems analysts Database analysts and data modelers End-users Programmers Database architect Data administrators Project managers Other technical experts (Network administrators, security, etc.) Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database development process 56

57 End of chapter 1 Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 57

OBJECTIVES DEFINITIONS CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS. Figure 1-1a Data in context

OBJECTIVES DEFINITIONS CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS. Figure 1-1a Data in context OBJECTIVES CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi! Define terms! Name limitations of conventional

More information

Figure 1-1a Data in context. Context helps users understand data

Figure 1-1a Data in context. Context helps users understand data Chapter 1: The Database Environment Modern Database Management 9 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Heikki Topi 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Definition of terms

More information

Chapter 1: The Database Environment

Chapter 1: The Database Environment Chapter 1: The Database Environment Modern Database Management 6 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden Prentice Hall, 2002 1 Definitions Data: Meaningful facts, text, graphics,

More information

Database Environment. Pearson Education 2009

Database Environment. Pearson Education 2009 Chapter 2 Database Environment 1 Chapter 2 - Objectives Purpose of three-level database architecture. Contents of external, conceptual, and internal levels. Purpose of external/conceptual and conceptual/internal

More information

Chapter 2: The Database Development Process

Chapter 2: The Database Development Process : The Database Development Process Modern Database Management 7 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden 1 Objectives Definition of terms Describe system development life cycle

More information

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 9 Database Design

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 9 Database Design Database Systems: Design, Implementation, and Management Tenth Edition Chapter 9 Database Design Objectives In this chapter, you will learn: That successful database design must reflect the information

More information

Inf 202 Introduction to Data and Databases (Spring 2011)

Inf 202 Introduction to Data and Databases (Spring 2011) Inf 202 Introduction to Data and Databases (Spring 2011) Jagdish S. Gangolly Informatics CCI SUNY Albany January 25, 2011 Database Environment & Development Process Terminology (Data, Metadata, Database,

More information

FIT1004 Database Topic 2: Database Design Life Cycle

FIT1004 Database Topic 2: Database Design Life Cycle FIT1004 Database Topic 2: Database Design Life Cycle Learning Objectives: Describe the 3 level ANSI SPARC Database Architecture and the advantages which its inherent data abstraction provide to the database

More information

Strategic Information Systems Systems Development Life Cycle. From Turban et al. (2004), Information Technology for Management.

Strategic Information Systems Systems Development Life Cycle. From Turban et al. (2004), Information Technology for Management. Strategic Information Systems Systems Development Life Cycle Strategic Information System Any information system that changes the goals, processes, products, or environmental relationships to help an organization

More information

IT1105 Information Systems and Technology. BIT 1 ST YEAR SEMESTER 1 University of Colombo School of Computing. Student Manual

IT1105 Information Systems and Technology. BIT 1 ST YEAR SEMESTER 1 University of Colombo School of Computing. Student Manual IT1105 Information Systems and Technology BIT 1 ST YEAR SEMESTER 1 University of Colombo School of Computing Student Manual Lesson 3: Organizing Data and Information (6 Hrs) Instructional Objectives Students

More information

Managing Data Resources

Managing Data Resources Chapter 7 Managing Data Resources 7.1 2006 by Prentice Hall OBJECTIVES Describe basic file organization concepts and the problems of managing data resources in a traditional file environment Describe how

More information

Fundamentals of Database Systems (INSY2061)

Fundamentals of Database Systems (INSY2061) Fundamentals of Database Systems (INSY2061) 1 What the course is about? These days, organizations are considering data as one important resource like finance, human resource and time. The management of

More information

Managing Data Resources

Managing Data Resources Chapter 7 OBJECTIVES Describe basic file organization concepts and the problems of managing data resources in a traditional file environment Managing Data Resources Describe how a database management system

More information

by Prentice Hall

by Prentice Hall Chapter 6 Foundations of Business Intelligence: Databases and Information Management 6.1 2010 by Prentice Hall Organizing Data in a Traditional File Environment File organization concepts Computer system

More information

Chapter 8. Database Design. Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel

Chapter 8. Database Design. Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel Chapter 8 Database Design Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel 1 In this chapter, you will learn: That successful database design must reflect the information

More information

Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT

Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT MANAGING THE DIGITAL FIRM, 12 TH EDITION Chapter 6 FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT VIDEO CASES Case 1: Maruti Suzuki Business Intelligence and Enterprise Databases

More information

Management Information Systems

Management Information Systems Foundations of Business Intelligence: Databases and Information Management Lecturer: Richard Boateng, PhD. Lecturer in Information Systems, University of Ghana Business School Executive Director, PearlRichards

More information

CHAPTER 3 Implementation of Data warehouse in Data Mining

CHAPTER 3 Implementation of Data warehouse in Data Mining CHAPTER 3 Implementation of Data warehouse in Data Mining 3.1 Introduction to Data Warehousing A data warehouse is storage of convenient, consistent, complete and consolidated data, which is collected

More information

Systems Development Life Cycle SDLC Planning Analysis Detailed systems design Implementation Maintenance 7 8 SDLC - Planning SDLC - Analysis Planning

Systems Development Life Cycle SDLC Planning Analysis Detailed systems design Implementation Maintenance 7 8 SDLC - Planning SDLC - Analysis Planning Objectives Computer Science 202 Database Systems: Database Design To learn what an information system is. To learn what a Database Life Cycle (DBLC) is. To learn what a Systems Development Life Cycle (SDLC)

More information

Fundamentals of Information Systems, Seventh Edition

Fundamentals of Information Systems, Seventh Edition Chapter 3 Data Centers, and Business Intelligence 1 Why Learn About Database Systems, Data Centers, and Business Intelligence? Database: A database is an organized collection of data. Databases also help

More information

Management Information Systems Review Questions. Chapter 6 Foundations of Business Intelligence: Databases and Information Management

Management Information Systems Review Questions. Chapter 6 Foundations of Business Intelligence: Databases and Information Management Management Information Systems Review Questions Chapter 6 Foundations of Business Intelligence: Databases and Information Management 1) The traditional file environment does not typically have a problem

More information

KNGX NOTES INFS1603 [INFS1603] KEVIN NGUYEN

KNGX NOTES INFS1603 [INFS1603] KEVIN NGUYEN 1 [] KEVIN NGUYEN 1 2 TABLE OF CONTENTS Table of Contents...... 2 1. Database Systems........ 3 2. Data Models..... 9 3. The Relational Database Model.......... 18 4. Entity Relationship (ER) Model....

More information

Meaning & Concepts of Databases

Meaning & Concepts of Databases 27 th August 2015 Unit 1 Objective Meaning & Concepts of Databases Learning outcome Students will appreciate conceptual development of Databases Section 1: What is a Database & Applications Section 2:

More information

TDWI Data Modeling. Data Analysis and Design for BI and Data Warehousing Systems

TDWI Data Modeling. Data Analysis and Design for BI and Data Warehousing Systems Data Analysis and Design for BI and Data Warehousing Systems Previews of TDWI course books offer an opportunity to see the quality of our material and help you to select the courses that best fit your

More information

Answer: D. Answer: B. Answer: B

Answer: D. Answer: B. Answer: B 1. Management information systems (MIS) A. create and share documents that support day-today office activities C. capture and reproduce the knowledge of an expert problem solver B. process business transactions

More information

A Novel Approach of Data Warehouse OLTP and OLAP Technology for Supporting Management prospective

A Novel Approach of Data Warehouse OLTP and OLAP Technology for Supporting Management prospective A Novel Approach of Data Warehouse OLTP and OLAP Technology for Supporting Management prospective B.Manivannan Research Scholar, Dept. Computer Science, Dravidian University, Kuppam, Andhra Pradesh, India

More information

Outline. Managing Information Resources. Concepts and Definitions. Introduction. Chapter 7

Outline. Managing Information Resources. Concepts and Definitions. Introduction. Chapter 7 Outline Managing Information Resources Chapter 7 Introduction Managing Data The Three-Level Database Model Four Data Models Getting Corporate Data into Shape Managing Information Four Types of Information

More information

Business Intelligence and Decision Support Systems

Business Intelligence and Decision Support Systems Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 8: Data Warehousing Learning Objectives Understand the basic definitions and concepts of data warehouses Learn different

More information

Practical Database Design Methodology and Use of UML Diagrams Design & Analysis of Database Systems

Practical Database Design Methodology and Use of UML Diagrams Design & Analysis of Database Systems Practical Database Design Methodology and Use of UML Diagrams 406.426 Design & Analysis of Database Systems Jonghun Park jonghun@snu.ac.kr Dept. of Industrial Engineering Seoul National University chapter

More information

Question Bank. 4) It is the source of information later delivered to data marts.

Question Bank. 4) It is the source of information later delivered to data marts. Question Bank Year: 2016-2017 Subject Dept: CS Semester: First Subject Name: Data Mining. Q1) What is data warehouse? ANS. A data warehouse is a subject-oriented, integrated, time-variant, and nonvolatile

More information

Accounting Information Systems, 2e (Kay/Ovlia) Chapter 2 Accounting Databases. Objective 1

Accounting Information Systems, 2e (Kay/Ovlia) Chapter 2 Accounting Databases. Objective 1 Accounting Information Systems, 2e (Kay/Ovlia) Chapter 2 Accounting Databases Objective 1 1) One of the disadvantages of a relational database is that we can enter data once into the database, and then

More information

Department of Industrial Engineering. Sharif University of Technology. Operational and enterprises systems. Exciting directions in systems

Department of Industrial Engineering. Sharif University of Technology. Operational and enterprises systems. Exciting directions in systems Department of Industrial Engineering Sharif University of Technology Session# 9 Contents: The role of managers in Information Technology (IT) Organizational Issues Information Technology Operational and

More information

16/06/56. Databases. Databases. Databases The McGraw-Hill Companies, Inc. All rights reserved.

16/06/56. Databases. Databases. Databases The McGraw-Hill Companies, Inc. All rights reserved. Distinguish between the physical and logical views of data. Describe how data is organized: characters, fields, records, tables, and databases. Define key fields and how they are used to integrate data

More information

Databases The McGraw-Hill Companies, Inc. All rights reserved.

Databases The McGraw-Hill Companies, Inc. All rights reserved. Distinguish between the physical and logical views of data. Describe how data is organized: characters, fields, records, tables, and databases. Define key fields and how they are used to integrate data

More information

Managing Information Resources

Managing Information Resources Managing Information Resources 1 Managing Data 2 Managing Information 3 Managing Contents Concepts & Definitions Data Facts devoid of meaning or intent e.g. structured data in DB Information Data that

More information

2.1 Ethics in an Information Society

2.1 Ethics in an Information Society 2.1 Ethics in an Information Society Did you ever hear the old warning, "Just because you can, doesn't mean you should?" Well, a lot of things are possible on the Internet nowadays, but that doesn't mean

More information

DATA Data and information are used in our daily life. Each type of data has its own importance that contribute toward useful information.

DATA Data and information are used in our daily life. Each type of data has its own importance that contribute toward useful information. INFORMATION SYSTEM LESSON 41 DATA, INFORMATION AND INFORMATION SYSTEM SMK Sultan Yahya Petra 1 DATA Data and information are used in our daily life. Each type of data has its own importance that contribute

More information

Essentials of Database Management

Essentials of Database Management Essentials of Database Management Jeffrey A. Hoffer University of Dayton Heikki Topi Bentley University V. Ramesh Indiana University PEARSON Boston Columbus Indianapolis New York San Francisco Upper Saddle

More information

Database Design Process

Database Design Process Database Design Process IST 210 Todd S. Bacastow 2 Key points Database design must reflect the information system of which the database is a part Information systems undergo evaluation and revision within

More information

Meltem Özturan misprivate.boun.edu.tr/ozturan/mis515

Meltem Özturan misprivate.boun.edu.tr/ozturan/mis515 Meltem Özturan misprivate.boun.edu.tr/ozturan/mis515 1 2 1 Selecting the Best Alternative Major Activities in the Analysis Phase Gather information Define system requirements Prototype for feasibility

More information

INTRODUCTORY INFORMATION TECHNOLOGY ENTERPRISE DATABASES AND DATA WAREHOUSES. Faramarz Hendessi

INTRODUCTORY INFORMATION TECHNOLOGY ENTERPRISE DATABASES AND DATA WAREHOUSES. Faramarz Hendessi INTRODUCTORY INFORMATION TECHNOLOGY ENTERPRISE DATABASES AND DATA WAREHOUSES Faramarz Hendessi INTRODUCTORY INFORMATION TECHNOLOGY Lecture 7 Fall 2010 Isfahan University of technology Dr. Faramarz Hendessi

More information

CS102B: Introduction to Information Systems. Minerva A. Lagarde

CS102B: Introduction to Information Systems. Minerva A. Lagarde CS102B: Introduction to Information Systems Minerva A. Lagarde Module 1: Fundamental Database Concepts Introduction Objectives In this module, the student will learn: 1) Difference between data and information;

More information

Chapter 6 VIDEO CASES

Chapter 6 VIDEO CASES Chapter 6 Foundations of Business Intelligence: Databases and Information Management VIDEO CASES Case 1a: City of Dubuque Uses Cloud Computing and Sensors to Build a Smarter, Sustainable City Case 1b:

More information

FAQ: Relational Databases in Accounting Systems

FAQ: Relational Databases in Accounting Systems Question 1: What is the definition of a schema as it relates to a database? What are the three levels? Answer 1: A schema describes the logical structure of a database. The three levels of schemas are

More information

Course Design Document: IS202 Data Management. Version 4.5

Course Design Document: IS202 Data Management. Version 4.5 Course Design Document: IS202 Data Management Version 4.5 Friday, October 1, 2010 Table of Content 1. Versions History... 4 2. Overview of the Data Management... 5 3. Output and Assessment Summary... 6

More information

Chapter 1 Database System Concepts and Architecture. Nguyen Thi Ai Thao

Chapter 1 Database System Concepts and Architecture. Nguyen Thi Ai Thao Chapter 1 Database System Concepts and Architecture Nguyen Thi Ai Thao thaonguyen@cse.hcmut.edu.vn Spring - 2016 Contents 1 -based Approach and Database Approach 2 Three-Schema Architecture and Data Independence

More information

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 1 Database Systems

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 1 Database Systems Database Systems: Design, Implementation, and Management Tenth Edition Chapter 1 Database Systems Objectives In this chapter, you will learn: The difference between data and information What a database

More information

CS425 Fall 2016 Boris Glavic Chapter 1: Introduction

CS425 Fall 2016 Boris Glavic Chapter 1: Introduction CS425 Fall 2016 Boris Glavic Chapter 1: Introduction Modified from: Database System Concepts, 6 th Ed. See www.db-book.com for conditions on re-use Textbook: Chapter 1 1.2 Database Management System (DBMS)

More information

Data Mining & Data Warehouse

Data Mining & Data Warehouse Data Mining & Data Warehouse Asso. Profe. Dr. Raed Ibraheem Hamed University of Human Development, College of Science and Technology Department of Information Technology 2016 2017 (1) Points to Cover Problem:

More information

MIT Database Management Systems Lesson 01: Introduction

MIT Database Management Systems Lesson 01: Introduction MIT 22033 Database Management Systems Lesson 01: Introduction By S. Sabraz Nawaz Senior Lecturer in MIT, FMC, SEUSL Learning Outcomes At the end of the module the student will be able to: Describe the

More information

LECTURE1: PRINCIPLES OF DATABASES

LECTURE1: PRINCIPLES OF DATABASES LECTURE1: PRINCIPLES OF DATABASES Ref. Chapter1 Information Systems Department Chapter1 - Objectives 2 Problems with file-based approach. Database concepts. Database Management System (DBMS). Major components

More information

Database Management Systems MIT Lesson 01 - Introduction By S. Sabraz Nawaz

Database Management Systems MIT Lesson 01 - Introduction By S. Sabraz Nawaz Database Management Systems MIT 22033 Lesson 01 - Introduction By S. Sabraz Nawaz Introduction A database management system (DBMS) is a software package designed to create and maintain databases (examples?)

More information

The Evolution of Data Warehousing. Data Warehousing Concepts. The Evolution of Data Warehousing. The Evolution of Data Warehousing

The Evolution of Data Warehousing. Data Warehousing Concepts. The Evolution of Data Warehousing. The Evolution of Data Warehousing The Evolution of Data Warehousing Data Warehousing Concepts Since 1970s, organizations gained competitive advantage through systems that automate business processes to offer more efficient and cost-effective

More information

DBMS (FYCS) Unit - 1. A database management system stores data in such a way that it becomes easier to retrieve, manipulate, and produce information.

DBMS (FYCS) Unit - 1. A database management system stores data in such a way that it becomes easier to retrieve, manipulate, and produce information. Prof- Neeta Bonde DBMS (FYCS) Unit - 1 DBMS: - Database is a collection of related data and data is a collection of facts and figures that can be processed to produce information. Mostly data represents

More information

Chapter 11 Database Concepts

Chapter 11 Database Concepts Chapter 11 Database Concepts INTRODUCTION Database is collection of interrelated data and database system is basically a computer based record keeping system. It contains the information about one particular

More information

Release Date: September, 2015 Updates:

Release Date: September, 2015 Updates: Release Date: September, 2015 Updates: 2 3 4 5 The words "data" and "information" are often used as if they are synonyms. Nevertheless, they have different meanings. Data is raw material from which you

More information

WHITE PAPER. The Many Different Types of DBAs. Craig Mullins

WHITE PAPER. The Many Different Types of DBAs. Craig Mullins BI/Analytics Applications Databases WHITE PAPER The Many Different Types of DBAs AUTHOR: Craig Mullins ABSTRACT: Although DBAs, at a high level, are tasked with managing and assuring the efficiency of

More information

Chapter 6. Foundations of Business Intelligence: Databases and Information Management VIDEO CASES

Chapter 6. Foundations of Business Intelligence: Databases and Information Management VIDEO CASES Chapter 6 Foundations of Business Intelligence: Databases and Information Management VIDEO CASES Case 1a: City of Dubuque Uses Cloud Computing and Sensors to Build a Smarter, Sustainable City Case 1b:

More information

Review for Exam 1 CS474 (Norton)

Review for Exam 1 CS474 (Norton) Review for Exam 1 CS474 (Norton) What is a Database? Properties of a database Stores data to derive information Data in a database is, in general: Integrated Shared Persistent Uses of Databases The Integrated

More information

Advanced Solutions of Microsoft SharePoint 2013

Advanced Solutions of Microsoft SharePoint 2013 Course 20332A :Advanced Solutions of Microsoft SharePoint 2013 Page 1 of 9 Advanced Solutions of Microsoft SharePoint 2013 Course 20332A: 4 days; Instructor-Led About the Course This four-day course examines

More information

B.H.GARDI COLLEGE OF MASTER OF COMPUTER APPLICATION. Ch. 1 :- Introduction Database Management System - 1

B.H.GARDI COLLEGE OF MASTER OF COMPUTER APPLICATION. Ch. 1 :- Introduction Database Management System - 1 Basic Concepts :- 1. What is Data? Data is a collection of facts from which conclusion may be drawn. In computer science, data is anything in a form suitable for use with a computer. Data is often distinguished

More information

The functions performed by a typical DBMS are the following:

The functions performed by a typical DBMS are the following: MODULE NAME: Database Management TOPIC: Introduction to Basic Database Concepts LECTURE 2 Functions of a DBMS The functions performed by a typical DBMS are the following: Data Definition The DBMS provides

More information

The DBMS accepts requests for data from the application program and instructs the operating system to transfer the appropriate data.

The DBMS accepts requests for data from the application program and instructs the operating system to transfer the appropriate data. Managing Data Data storage tool must provide the following features: Data definition (data structuring) Data entry (to add new data) Data editing (to change existing data) Querying (a means of extracting

More information

Chapter 1 File System and Database

Chapter 1 File System and Database Database Principles: Fundamentals of Design, Implementation, and Management Tenth Edition Chapter 1 File System and Database MDM NUR RAZIA BINTI MOHD SURADI 019-3932846 razia@unisel.edu.my 1 Introduction

More information

Chapter 12 Developing Business/IT Solutions

Chapter 12 Developing Business/IT Solutions Chapter 12 Developing Business/IT Solutions James A. O'Brien, and George Marakas. Management Information Systems with MISource 2007, 8 th ed. Boston, MA: McGraw-Hill, Inc., 2007. ISBN: 13 9780073323091

More information

MAM4P MANAGEMENT INFORMATION SYSTEM. Unit : I - V

MAM4P MANAGEMENT INFORMATION SYSTEM. Unit : I - V MAM4P MANAGEMENT INFORMATION SYSTEM Unit : I - V UNIT-I Syllabus Definition of management information system MIS Support for planning,organizing and controlling structure of MIS information for decision

More information

Distributed Database Systems By Syed Bakhtawar Shah Abid Lecturer in Computer Science

Distributed Database Systems By Syed Bakhtawar Shah Abid Lecturer in Computer Science Distributed Database Systems By Syed Bakhtawar Shah Abid Lecturer in Computer Science 1 Distributed Database Systems Basic concepts and Definitions Data Collection of facts and figures concerning an object

More information

Sample Answers to Discussion Questions

Sample Answers to Discussion Questions Human Resource Information Systems Basics Applications and Future Directions 4th Edition Kavanagh Solutions Full Download: https://testbanklive.com/download/human-resource-information-systems-basics-applications-and-future-

More information

DATABASE MANAGEMENT SYSTEMS. UNIT I Introduction to Database Systems

DATABASE MANAGEMENT SYSTEMS. UNIT I Introduction to Database Systems DATABASE MANAGEMENT SYSTEMS UNIT I Introduction to Database Systems Terminology Data = known facts that can be recorded Database (DB) = logically coherent collection of related data with some inherent

More information

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe Copyright 2016 Ramez Elmasri and Shamkant B. Navathe CHAPTER 1 Databases and Database Users Copyright 2016 Ramez Elmasri and Shamkant B. Navathe Slide 1-2 OUTLINE Types of Databases and Database Applications

More information

FAQ: Database Development and Management

FAQ: Database Development and Management Question 1: Are normalization rules followed exclusively in the real world? Answer 1: Unfortunately, the answer to this question is no. Database design and development do not have hard and fast rules,

More information

Topics covered 10/12/2015. Pengantar Teknologi Informasi dan Teknologi Hijau. Suryo Widiantoro, ST, MMSI, M.Com(IS)

Topics covered 10/12/2015. Pengantar Teknologi Informasi dan Teknologi Hijau. Suryo Widiantoro, ST, MMSI, M.Com(IS) Pengantar Teknologi Informasi dan Teknologi Hijau Suryo Widiantoro, ST, MMSI, M.Com(IS) 1 Topics covered 1. Basic concept of managing files 2. Database management system 3. Database models 4. Data mining

More information

Data Mining & Data Warehouse

Data Mining & Data Warehouse Data Mining & Data Warehouse Associate Professor Dr. Raed Ibraheem Hamed University of Human Development, College of Science and Technology (1) 2016 2017 1 Points to Cover Why Do We Need Data Warehouses?

More information

How Turner Broadcasting can avoid the Seven Deadly Sins That. Can Cause a Data Warehouse Project to Fail. Robert Milton Underwood, Jr.

How Turner Broadcasting can avoid the Seven Deadly Sins That. Can Cause a Data Warehouse Project to Fail. Robert Milton Underwood, Jr. How Turner Broadcasting can avoid the Seven Deadly Sins That Can Cause a Data Warehouse Project to Fail Robert Milton Underwood, Jr. 2000 Robert Milton Underwood, Jr. Page 2 2000 Table of Contents Section

More information

Introduction Database Technology [DBTECO601]

Introduction Database Technology [DBTECO601] Introduction Database Technology [DBTECO601] Thomas D. Devine http://www.noucamp.org thomas.devine@lyit.ie September 8, 2008 1 Contents 1 Document Information 4 2 Introduction 4 3 Traditional File-Based

More information

Introduction Database Concepts

Introduction Database Concepts Introduction Database Concepts CO attained : CO1 Hours Required: 05 Self Study: 08 Prepared and presented by : Ms. Swati Abhang Contents Introduction Characteristics of databases, File system V/s Database

More information

1 DATAWAREHOUSING QUESTIONS by Mausami Sawarkar

1 DATAWAREHOUSING QUESTIONS by Mausami Sawarkar 1 DATAWAREHOUSING QUESTIONS by Mausami Sawarkar 1) What does the term 'Ad-hoc Analysis' mean? Choice 1 Business analysts use a subset of the data for analysis. Choice 2: Business analysts access the Data

More information

5-1McGraw-Hill/Irwin. Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved.

5-1McGraw-Hill/Irwin. Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved. 5-1McGraw-Hill/Irwin Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved. 5 hapter Data Resource Management Data Concepts Database Management Types of Databases McGraw-Hill/Irwin Copyright

More information

Entity Relationship Diagram (ERD) Dr. Moustafa Elazhary

Entity Relationship Diagram (ERD) Dr. Moustafa Elazhary Entity Relationship Diagram (ERD) Dr. Moustafa Elazhary Data Modeling Data modeling is a very vital as it is like creating a blueprint to build a house before the actual building takes place. It is built

More information

Modern Systems Analysis and Design Sixth Edition. Jeffrey A. Hoffer Joey F. George Joseph S. Valacich

Modern Systems Analysis and Design Sixth Edition. Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Designing Distributed and Internet Systems Learning Objectives Define the key terms client/server architecture,

More information

Introduction: Database Concepts Slides by: Ms. Shree Jaswal

Introduction: Database Concepts Slides by: Ms. Shree Jaswal Introduction: Database Concepts Slides by: Ms. Shree Jaswal Topics: Introduction Characteristics of databases File system V/s Database system Users of a Database system Data Models, Schemas, and Instances

More information

Course Logistics & Chapter 1 Introduction

Course Logistics & Chapter 1 Introduction CMSC 461, Database Management Systems Spring 2018 Course Logistics & Chapter 1 Introduction These slides are based on Database System Concepts book th edition, and the 2009 CMSC 461 slides by Dr. Kalpakis

More information

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332 36 Contact Hours Course Overview This course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment.

More information

Data Mining: Approach Towards The Accuracy Using Teradata!

Data Mining: Approach Towards The Accuracy Using Teradata! Data Mining: Approach Towards The Accuracy Using Teradata! Shubhangi Pharande Department of MCA NBNSSOCS,Sinhgad Institute Simantini Nalawade Department of MCA NBNSSOCS,Sinhgad Institute Ajay Nalawade

More information

Lecture 01. Fall 2018 Borough of Manhattan Community College

Lecture 01. Fall 2018 Borough of Manhattan Community College Lecture 01 Fall 2018 Borough of Manhattan Community College 1 2 Introduction A database (DB) is a collection of related data. A database management system (DBMS) is the software that manages and controls

More information

Enterprise Geographic Information Servers. Dr David Maguire Director of Products Kevin Daugherty ESRI

Enterprise Geographic Information Servers. Dr David Maguire Director of Products Kevin Daugherty ESRI Enterprise Geographic Information Servers Dr David Maguire Director of Products Kevin Daugherty ESRI Outline Introduction Enterprise GIS vs. Spatially-enabled IS Architectures for building Enterprise GIS

More information

Introduction to Database Concepts. Department of Computer Science Northern Illinois University January 2018

Introduction to Database Concepts. Department of Computer Science Northern Illinois University January 2018 Introduction to Database Concepts Department of Computer Science Northern Illinois University January 2018 What is a Database? A collection of stored operational data used by the application systems of

More information

Part I: Exploring Business Reports in Home and Specialty Infusion

Part I: Exploring Business Reports in Home and Specialty Infusion Part I: Exploring Business Reports in Home and Specialty Infusion Tracy M. Salsa, MBA, BSN, RN Regional Sales Manager, Amerita, Inc. Melinda Silolahti Vice President Finance, Amerita, Inc. 2016 NHIA Annual

More information

Data Analysis 1. Chapter 2.1 V3.1. Napier University Dr Gordon Russell

Data Analysis 1. Chapter 2.1 V3.1. Napier University Dr Gordon Russell Data Analysis 1 Chapter 2.1 V3.1 Copyright @ Napier University Dr Gordon Russell Entity Relationship Modelling Overview Database Analysis Life Cycle Components of an Entity Relationship Diagram What is

More information

System Analysis & design

System Analysis & design Assiut University Faculty of Computers and Information System Analysis & design Year 2 Academic Year 2014/ 2015 Term (2) Copyright 2014 Dr. Hossam Ragab 8 A n important component of the design phase is

More information

Entity Relationship Modelling

Entity Relationship Modelling Entity Relationship Modelling Overview Database Analysis Life Cycle Components of an Entity Relationship Diagram What is a relationship? Entities, attributes, and relationships in a system The degree of

More information

This tutorial will help computer science graduates to understand the basic-to-advanced concepts related to data warehousing.

This tutorial will help computer science graduates to understand the basic-to-advanced concepts related to data warehousing. About the Tutorial A data warehouse is constructed by integrating data from multiple heterogeneous sources. It supports analytical reporting, structured and/or ad hoc queries and decision making. This

More information

Metabase Metadata Management System Data Interoperability Need and Solution Characteristics

Metabase Metadata Management System Data Interoperability Need and Solution Characteristics Metabase Metadata Management System Data Interoperability and 2008 Althea Lane Bowie, Maryland 20716 Tele: 301-249-1142 Email: Whitemarsh@wiscorp.com Web: www.wiscorp.com : Interoperable business information

More information

What is database? Types and Examples

What is database? Types and Examples What is database? Types and Examples Visit our site for more information: www.examplanning.com Facebook Page: https://www.facebook.com/examplanning10/ Twitter: https://twitter.com/examplanning10 TABLE

More information

Modeling Your Data. Chapter 2. cs542 1

Modeling Your Data. Chapter 2. cs542 1 Modeling Your Data Chapter 2 cs542 1 Part II Discussion of the Model: Good Design/ Bad Design cs542 2 Design : The Obvious Use meaningful and descriptive s (it s for the human after all) Keep as simple

More information

Source Format Action Interface Book/Encyclopedia/Hand Written Search Literate. Paper tape coded use mechanist DB digital Search computer

Source Format Action Interface Book/Encyclopedia/Hand Written Search Literate. Paper tape coded use mechanist DB digital Search computer 3. Data Bases (DB). DB is a collection of related files consisting of records that contains data, or collection of inter-related data stored together without redundancy to serve one or more applications

More information

COMP Instructor: Dimitris Papadias WWW page:

COMP Instructor: Dimitris Papadias WWW page: COMP 5311 Instructor: Dimitris Papadias WWW page: http://www.cse.ust.hk/~dimitris/5311/5311.html Textbook Database System Concepts, A. Silberschatz, H. Korth, and S. Sudarshan. Reference Database Management

More information

Full file at

Full file at Chapter 2 Data Warehousing True-False Questions 1. A real-time, enterprise-level data warehouse combined with a strategy for its use in decision support can leverage data to provide massive financial benefits

More information

Non-overlappingoverlapping. Final outcome of the worked example On pages R&C pages R&C page 157 Fig 3.52

Non-overlappingoverlapping. Final outcome of the worked example On pages R&C pages R&C page 157 Fig 3.52 Objectives Computer Science 202 Database Systems: Entity Relation Modelling To learn what a conceptual model is and what its purpose is. To learn the difference between internal models and external models.

More information

CMPT 354 Database Systems I. Spring 2012 Instructor: Hassan Khosravi

CMPT 354 Database Systems I. Spring 2012 Instructor: Hassan Khosravi CMPT 354 Database Systems I Spring 2012 Instructor: Hassan Khosravi Textbook First Course in Database Systems, 3 rd Edition. Jeffry Ullman and Jennifer Widom Other text books Ramakrishnan SILBERSCHATZ

More information