Information Management



Similar documents
DATABASE DESIGN. - Developing database and information systems is performed using a development lifecycle, which consists of a series of steps.

Chapter 1: Introduction

City University of Hong Kong. Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015

Oracle USF

5.5 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall. Figure 5-2

Overview of Data Management

Chapter 1: Introduction. Database Management System (DBMS)

In This Lecture. SQL Data Definition SQL SQL. Notes. Non-Procedural Programming. Database Systems Lecture 5 Natasha Alechina

Introduction to database management systems

THE OPEN UNIVERSITY OF TANZANIA FACULTY OF SCIENCE TECHNOLOGY AND ENVIRONMENTAL STUDIES BACHELOR OF SIENCE IN DATA MANAGEMENT

Overview. Physical Database Design. Modern Database Management McFadden/Hoffer Chapter 7. Database Management Systems Ramakrishnan Chapter 16

Relational Database Basics Review

Data Modelling and E-R Diagrams

The Entity-Relationship Model

Module 4 Creation and Management of Databases Using CDS/ISIS

COMHAIRLE NÁISIÚNTA NA NATIONAL COUNCIL FOR VOCATIONAL AWARDS PILOT. Consultative Draft Module Descriptor. Relational Database

UltraQuest Cloud Server. White Paper Version 1.0

1 File Processing Systems

Introduction to Computing. Lectured by: Dr. Pham Tran Vu

CSE 544 Principles of Database Management Systems. Magdalena Balazinska (magda) Fall 2007 Lecture 1 - Class Introduction

What is a database? COSC 304 Introduction to Database Systems. Database Introduction. Example Problem. Databases in the Real-World

Chapter 2 Database System Concepts and Architecture

Oracle Data Integrator: Administration and Development

Foundations of Business Intelligence: Databases and Information Management

Elena Baralis, Silvia Chiusano Politecnico di Torino. Pag. 1. Query optimization. DBMS Architecture. Query optimizer. Query optimizer.

THE ENTITY- RELATIONSHIP (ER) MODEL CHAPTER 7 (6/E) CHAPTER 3 (5/E)

EFFECTIVE STORAGE OF XBRL DOCUMENTS

Introduction to Database Systems CS4320/CS5320. CS4320/4321: Introduction to Database Systems. CS4320/4321: Introduction to Database Systems

Entity/Relationship Modelling. Database Systems Lecture 4 Natasha Alechina

Foundations of Information Management

not necessarily strictly sequential feedback loops exist, i.e. may need to revisit earlier stages during a later stage

CSE 544 Principles of Database Management Systems. Magdalena Balazinska (magda) Spring 2006 Lecture 1 - Class Introduction

CSE 544 Principles of Database Management Systems. Magdalena Balazinska (magda) Winter 2009 Lecture 1 - Class Introduction

ICOM 6005 Database Management Systems Design. Dr. Manuel Rodríguez Martínez Electrical and Computer Engineering Department Lecture 2 August 23, 2001

Data Hierarchy. Traditional File based Approach. Hierarchy of Data for a Computer-Based File

CSE 132A. Database Systems Principles

Chapter 1: Introduction. Database Management System (DBMS) University Database Example

SCHEMAS AND STATE OF THE DATABASE

CS2Bh: Current Technologies. Introduction to XML and Relational Databases. Introduction to Databases. Why databases? Why not use XML?

Overview of Database Management

FROM RELATIONAL TO OBJECT DATABASE MANAGEMENT SYSTEMS

ECS 165A: Introduction to Database Systems

æ A collection of interrelated and persistent data èusually referred to as the database èdbèè.

AN INTEGRATION APPROACH FOR THE STATISTICAL INFORMATION SYSTEM OF ISTAT USING SDMX STANDARDS

Databases. DSIC. Academic Year

Oracle Architecture, Concepts & Facilities

Introduction to Database Systems. Chapter 1 Introduction. Chapter 1 Introduction

Overview RDBMS-ORDBMS- OODBMS

Intro to Databases. ACM Webmonkeys 2011

Client Overview. Engagement Situation. Key Requirements

Database Design and Programming

Index Contents Page No. Introduction . Data Mining & Knowledge Discovery

Principles of Database. Management: Summary

Search and Information Retrieval

Relational Database Concepts

Chapter 1: Introduction

What happens when Big Data and Master Data come together?

SOLUTION BRIEF. JUST THE FAQs: Moving Big Data with Bulk Load.

Basic Concepts of Database Systems

In-memory databases and innovations in Business Intelligence

TIM 50 - Business Information Systems

HETEROGENEOUS DATA INTEGRATION FOR CLINICAL DECISION SUPPORT SYSTEM. Aniket Bochare - aniketb1@umbc.edu. CMSC Presentation

Database Management. Technology Briefing. Modern organizations are said to be drowning in data but starving for information p.

Foundations of Business Intelligence: Databases and Information Management

Ching-Yung Lin, Ph.D. Adjunct Professor, Dept. of Electrical Engineering and Computer Science IBM Chief Scientist, Graph Computing. October 29th, 2015

Database Design and Database Programming with SQL - 5 Day In Class Event Day 1 Activity Start Time Length

Relational Database Systems 2 1. System Architecture

Contents RELATIONAL DATABASES

Migrating Non-Oracle Databases and their Applications to Oracle Database 12c O R A C L E W H I T E P A P E R D E C E M B E R

European Archival Records and Knowledge Preservation Database Archiving in the E-ARK Project

Overview of Database Management Systems

Generating Enterprise Applications from Models

Module Contact: Dr. Beatriz de la Iglesia, CMP Copyright of the University of East Anglia Version 1

Unit 5: Object-Role Modeling (ORM)

Application Development With Data Studio

Database System Concepts

2. Conceptual Modeling using the Entity-Relationship Model

Data Modeling Basics

IT2305 Database Systems I (Compulsory)

Would-be system and database administrators. PREREQUISITES: At least 6 months experience with a Windows operating system.

The Import & Export of Data from a Database

A Tool for Generating Relational Database Schema from EER Diagram

Conceptual Design Using the Entity-Relationship (ER) Model

Decomposition into Parts. Software Engineering, Lecture 4. Data and Function Cohesion. Allocation of Functions and Data. Component Interfaces

Using Web Services for Customised Data Entry

Bridge from Entity Relationship modeling to creating SQL databases, tables, & relations

Client/server is a network architecture that divides functions into client and server

Databases What the Specification Says

Java EE 7: Back-End Server Application Development

Chapter 11 Map-Reduce, Hadoop, HDFS, Hbase, MongoDB, Apache HIVE, and Related

Abdullah Mohammed Abdullah Khamis

Foundations of Business Intelligence: Databases and Information Management

Transcription:

Information Management Dr Marilyn Rose McGee-Lennon mcgeemr@dcs.gla.ac.uk What is Information Management about Aim: to understand the ways in which databases contribute to the management of large amounts of data. What is Information Management about Objectives: understand the nature of applications built using programs clustered around databases and other large collections of data. understand the overall architecture of a database management system. be able to carry out all the operational tasks of setting up and using a relational database. Summer School 2002 1

Why IM is Valuable to You Databases are a key technology Used in a variety of applications to manage data Growing in importance amount of data increasing Data vs Information data 52 structured representation (encoding) information knowledge J Smith s score on the final exam is 52% I ve passed! data + meaning true belief Data Management We need an efficient and reliable means of storage & access to large amounts of data Summer School 2002 2

Issues in managing data Consider the example of handling the billing & monitoring of all UK household telephone calls Write down as many issues as you can think of associated with managing all this data and the tasks associated with it Especially if you had to handle it all on paper in filing cabinets Issues in managing data Managing the billing & monitoring of telephone calls Billions of transactions per day Need to hold terabytes of data Thousands of users at the same time Processing distributed around the world Need access to data for monitoring and looking for significant patterns Reliability and security are paramount Data Management Data storage method must provide: Data definition (data structuring) Data entry (to add new data) Data editing (to change existing data) Querying (a means of extracting data by a description) Persistence (data existing beyond a single operation or program invocation) Summer School 2002 3

Strategies for Data Management (1) A program where all the data is held in the program s memory Like in the programming course No persistence between invocations of a program Data is reconstructed (or re-entered) at each invocation of the program Strategies for Data Management (2) Files of data can be accessed by different applications Each application is responsible for its own representations of the data Its difficult to coordinate between applications A better way Combine together all the functions of data storage and access for a related set of tasks, e.g. handling student records stock control in a warehouse account management in a bank This is known as a Database Management System (DBMS) Summer School 2002 4

What is a database? What is a database? A database is One or more structured sets of persistent data. (The Free On-line Dictionary of Computing, http://www.foldoc.org/, Editor Denis Howe. Available via Burks 6.) Usually held on computer associated with software to update and query the data, such as a database management system (DBMS). What is a Database Management System (DBMS)? A DBMS is A suite of programs which typically manage large structured sets of persistent data, offering ad hoc facilities to many users. A database management system (DBMS) can be an extremely complex set of software programs that controls the organisation, storage and retrieval of data (fields, records and files) in a database. It also controls the security and integrity of the database. The DBMS accepts requests for data from the application program and instructs the operating system to transfer the appropriate data. From the Free On-line Dictionary of Computing, http://www.foldoc.org/, Editor Denis Howe. Available via Burks 6. Summer School 2002 5

Key Functions of the DBMS Sharing and integration of data Multiple views of the same data Controlled concurrent access Management of security and integrity Example: An on-line magazine system Stores magazine articles & related data throughout the creation, review and publication process Author writes an article, saves it, edits it Reviewers can extract articles ( the latest version of John Smith s article ) and annotate them Readers can extract articles on different criteria An on-line magazine system Author Sys Reviewer s Sys Reader s Sys Database Management System Host System Summer School 2002 6

An on-line magazine system: Implementation 1 a Java program an Ada program web technology Author Sys Reviewer s Sys Reader s Sys Database Management System implemented in Oracle, DB2, etc Host System Unix Main components of a database Users Applications DBMS The Data The Host system An on-line magazine system users applications Author Sys Reviewer s Sys Reader s Sys Database Management System DBMS Host System Host The Data Summer School 2002 7

Database Design Database Design How do we go about designing and building a database from scratch? Database Design Creating a database involves: (1) Capture user requirements (2) Represent them in a model (3) Convert model into a schema (4) Implementation on DBMS Many different types of database BUT All require the DESIGN stages 1,2,3 above Summer School 2002 8

Data Modelling A data model is an abstract representation of the data we wish to store typically a set of concepts for capturing a schema - i.e. the structure of the database. the data types, the relationships and the constraints in the DB Schema: The glue that holds it all together A database schema is a description of a database in particular, a description of its entire structure There are many different ways of representing a schema, including diagrams Author Article A simple schema for the on-line magazine system example Id Name Address Title Author Keywords Date Contents Reviewer Id Name Address Expertise Review Article Reviewer Date Rating Comments Summer School 2002 9

Semantic Modelling Deals with the relationships between the words and the real world objects that those words refer to. Different types of database modelling (Functional, semantic objects, Entity/Relationship (ER)). The Entity-Relationship Model The Entity-Relationship Model Most common method for semantic modelling Simple and highly applicable Very popular, especially when linked to the relational model as its implementation Usually described using Entity-Relationship Diagrams Summer School 2002 10

The Entity-Relationship Model Data in the ER Model is described in terms of three key concepts: Entities Relationships Attributes Entities An entity is a uniquely identifiable object in the real world about which we wish to store data For example: The Bank of Scotland, The University of Aberdeen, Tony Blair, Celtic Football Club, BBC, a car. Entities An entity is likely to have properties that describe it BT: name, address, annual profit. A hospital patient: name, address, hospital number, national insurance number, data of admission.. The CS1Q module: the lecturer, the meeting room, the times of lecture, etc. Summer School 2002 11

Attributes Attributes are one kind of property that describe an entity consist of one or more atomic values E.g. The entity person might have the attributes name, address, age, hobbies, Keys The Entity type will usually have a key: one (or possibly more) of the attributes capable of identifying an entity candidate keys - attributes whose values are unique and can thus be used to identify an entity primary key - an attribute that is actually used for identification Relationships Relationships represent the interaction between the entities For example the entities person and Bank of Scotland might interact through the relationship works for. Summer School 2002 12

From the Scenario to a Model Identify Entities, their Attributes, and all Relationships involved in the scenario Represent this in Entity-Relationship Diagram format This diagram (and model) can the be used to implement the actual relationship tables in the database IM Notes Summer School 2002 13