Database applications and implications

Similar documents
CHAPTER 7: DATABASE APPLICATIONS AND PRIVACY IMPLICATIONS

Study Plan for the Bachelor Degree in Computer Information Systems

Foundations of Business Intelligence: Databases and Information Management

COIS Databases

Databases and Information Management

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

W16 Data Mining Workshop

Topics in basic DBMS course

Enterprise Resource Planning Analysis of Business Intelligence & Emergence of Mining Objects

Modern Databases. Database Systems Lecture 18 Natasha Alechina

Professional Ethics for Computer Science

Microsoft The next generation platform for student collaboration and communication

Stored Documents and the FileCabinet

TIM 50 - Business Information Systems

Course MIS. Foundations of Business Intelligence

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Eleventh Edition. Copyright 2015 Pearson Education, Inc.

Web Hosting Features. Small Office Premium. Small Office. Basic Premium. Enterprise. Basic. General

Chapter 14: Databases and Database Management Systems

Master of Science in Information Systems management

ICE Trade Vault. Public User & Technology Guide June 6, 2014

ERDAS ADE Enterprise Suite Products Overview and Position

Database Systems. National Chiao Tung University Chun-Jen Tsai 05/30/2012

Use of cookies. 1. Directive

Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? PTR Associates Limited

Students will know and be able to: 1.1. Basic Operations

Information Technology Career Field Pathways and Course Structure

BlackBerry Enterprise Server Express. Why upgrade from your current BlackBerry experience?

Mobile TV with DVB-H. Markus Lindqvist Director, Server & Network Solutions Multimedia, Nokia Nokia Nseries

CSE 233. Database System Overview

Business Intelligence and intuitive reporting in one comprehensive solution

Data Sheet: Work Examiner Professional and Standard

Foundations of Business Intelligence: Databases and Information Management

International Journal of Advanced Engineering Research and Applications (IJAERA) ISSN: Vol. 1, Issue 6, October Big Data and Hadoop

Information Technology Grades Students will know and be able to: Basic Operations 1.1 (I)

Students who successfully complete the Health Science Informatics major will be able to:

OWB Users, Enter The New ODI World

COURSE SYLLABUS COURSE TITLE:

Acceptum Business Management Software. Defining the case for Sandy Lane Maybury Woking Surrey GU22 8BA

Database Systems. Session 1 Main Theme Introduction to Database Systems Dr. Jean-Claude Franchitti

Power of Oracle in the Cloud

GADD Dashboard Express

Does function point analysis change with new approaches to software development? January 2013

Data. Data and database. Aniel Nieves-González. Fall 2015

A Technical Review on On-Line Analytical Processing (OLAP)

Foundations of Business Intelligence: Databases and Information Management

Chapter 6 FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT Learning Objectives

Concepts of Database Management Seventh Edition. Chapter 9 Database Management Approaches

Xperia TM. in Business. and apps. Read about how Xperia devices manage and synchronisation in a corporate IT environment.

Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

Course DSS. Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization

ENHANCING INTELLIGENCE SUCCESS: DATA CHARACTERIZATION Francine Forney, Senior Management Consultant, Fuel Consulting, LLC May 2013

Master of Science in Software Engineering (MSC)

HMRC Secure Electronic Transfer (SET)

Full Website Analysis

full file at

Please contact Cyber and Technology Training at for registration and pricing information.

Database Systems. Lecture 1: Introduction

Composite Data Virtualization Composite Data Virtualization And NOSQL Data Stores

CS587 Project final report

The QuickStudy Guide for Sage ACT! 2013

Journal of Global Research in Computer Science RESEARCH SUPPORT SYSTEMS AS AN EFFECTIVE WEB BASED INFORMATION SYSTEM

Technology/Internet Usage Workshop

Privacy Policy Version 1.0, 1 st of May 2016

Large-Scale Web Applications

Basic Concepts of Information Technology (IT)

DATA ARCHIVING: MAKING THE MOST OF NEW TECHNOLOGIES AND STANDARDS

GEHC IT Solutions. Centricity Practice Solution. Centricity Analytics 3.0

Toad for Data Analysts, Tips n Tricks

Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization

Chapter 3. Application Software. Chapter 3 Objectives. Application Software

Asset Register Asset Care Plan Developer On Key Analytics Maintenance Manager Planning and Scheduling On Key Interface Tool

Unlocking the Intelligence in. Big Data. Ron Kasabian General Manager Big Data Solutions Intel Corporation

SAS Information Delivery Portal

How To Create An Easybelle History Database On A Microsoft Powerbook (Windows)

DATA PROTECTION POLICY

IDEAS Property Clerk Enterprise Property Management Accounting Software. IDEAS Software

Computer Information Systems

NATIONAL E-PROCUREMENT PROJECT GUIDANCE NOTES

Slide 7. Jashapara, Knowledge Management: An Integrated Approach, 2 nd Edition, Pearson Education Limited Nisan 14 Pazartesi

Sanjeev Kumar. contribute

Taylor & Francis ebooks Online User Guide

Google Apps Education Edition Kommits Conference

Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley. Chapter 1 Outline

Microsoft SQL Server Review

Topics. Database Essential Concepts. What s s a Good Database System? Using Database Software. Using Database Software. Types of Database Programs

Introduction to Data Mining

44 Critical Thinking and Creativity 1 45 Cross-cultural Managerial Negotiations 46 Current Issues in Leadership 47 Current Trends in Western

Security and privacy for multimedia database management systems

Privacy Policy MacID. Document last updated Sunday, 28 December 2014 Property of Kane Cheshire

Tune That SQL for Supercharged DB2 Performance! Craig S. Mullins, Corporate Technologist, NEON Enterprise Software, Inc.

MICROSOFT ACCESS 2003 TUTORIAL

Databases What the Specification Says

Introduction. A. Bellaachia Page: 1

Virtual Data Room. From Deal Making to Due Diligence

SOUTHERN SLOPES COUNTY COUNCIL COMPUTER & INFORMATION TECHNOLOGY USE POLICY

Report and Dashboard Template User Guide

No doubt, fleet managers. Fleet Information Management: IT for Fleet Managers: Part 1

ETPL Extract, Transform, Predict and Load

A FRAMEWORK FOR MANAGING RUNTIME ENVIRONMENT OF JAVA APPLICATIONS

Annotea and Semantic Web Supported Collaboration

Transcription:

Database applications and implications Miguel Rebollo Introduction to Computer Science 2010-2011

Aims Explaining what a database is and describe its structure Identifying the problems that are best solved with DB s Describing different kinds of DB software Describing DB operations for storing, sorting, updating, querying and summarising of information Explaining the ways DB threaten our privacy

Contents 1. The Electronic File Cabinet: Database Basics 2. Beyond the Basics: DB Management Systems 3. Database Trends 4. No Secrets: Computers and Privacy

Database essentials Databases: manage of information overload Store, organise, retrieve, communicate and manage information Information at your fingertips (excerpt from NYT) Some information is personal (privacy)

Electronic File Cabinet Application software (as word processing) Designed to maintain collections of information Several complexity levels Examples: phone / address books cooking book book, music or film catalogues notes and student information

Advantages of DB Make it easier to store large quantities of information to retrieve inf. quickly and flexibly to organise and reorganise information to print and distribute information in a variety of ways

Database Anatomy Database(DB): collection of organised information stored in a computer DB program: sw for organising the storage and retrieval of information table: collection of related information record: information related to an element field: each discrete piece of information in a record field type: data type a field can hold

Database Operations Browse: navigate though information Query: find records that match specific criteria Sort: rearrange records Printing reports or labels: ordered lists of selected records in an easy-to-read format Complex queries using advanced languages (SQL)

Special Purpose DB Directories (telephone, street maps) GIS (Geographic Information System): combine demographic and geographic information PIM (Personal Information Managers) address/phone books Appointment calendars To-do lists Miscellaneous notes

Personal Information Systems

DB Management System (DBMS) File managers: enable users to work with one file at a time DMBSs: manipulate data in large collections of files, cross-referencing them as needed.

DB Management System (DBMS) A DBMS can be use interactively or controlled by other programs Key fileds to relate information through tables

Relational Databases To most users, a relational DB program allows tables to be related to each other changes in one table are reflected automatically in other tables To computer scientists, it has a technical definition related to underlying structure of the data the rules specifying how data can be manipulated

Relational Databases The structure of a relational DB is based on the relational model a mathematical model that combines data in tables

Database Trends 1. Real-time processing 2. Distributed databases 3. Data mining 4. Databases and the Web 5. Object-oriented databases 6. Multimedia Databases 7. Databases in natural language

Real-time Processing Batch processing: accumulated transactions sent to the computer in large batches Real-time computing: instant access to informa. Interactive proc.: replacement of batch proc. users can interact through terminals, viewing and changing values online at real-time batch proc. still used for jobs in which it makes sense o do a lot of transactions at once

Distributed DB Downsizing and decentralising: using a client/server approach today, many business use a client/server approach using DB it enables users to take advantage of PC s interface (simple) while accessing to data stored on large server systems (data warehouses) distributed DB: data spread in different computers in a network (e.g. Google datacenter)

Data Mining discovering and extraction of hidden, predictive inform. from large databases using statistical methods and artificial intelligence technology locating trends and patterns in data that could be overlooked by normal DB queries Companies manages too much information

DB and the Web Information available on Internet HTML wasn t designed to build database queries XML, a newer, more powerful data description language Web DB strategies around directories Broad real-time access to DB rapid-response e-commerce possibilities but it increases the probability of errors

Object-oriented DB New programming paradigm (80s): objects instead of relationships Make DB construction and usage more flexible Store software objects that contain procedures along with data Often used in conjunction with object-oriented programming languages

Multimedia DB Currently, computers store multimedia information Professionals need tools to catalogue art, photographies, maps, video or sound Problem: their size multimedia DB are indexes to access the real files, stored in the computer. Content-based retrieval

DB in Natural Language Improves interfaces to access to a DB Incorporates artificial intelligence techniques Uses natural language to query the DB It s related with data mining search engines for Internet (Lexxe )

Privacy. Personal Data Marketing: investment in obtaining information about customers Other areas: banking, administration, subscription to publications or telephonic records Abuse of information Not only related with technology

The Privacy Problem Data mining extracts information about individuals without their explicit consent Centralised information is not needed (networks) European Directive about data protection: Directive 95/46/EC and other materials Problems: mistakes in data are common data can be inmortal data are not safe

Other Technologies Affecting Our Privacy Internet: instantaneous transmission of inform. MS Passport (Hotmail, Messenger): centralised DB with passwords, credit card numbers and other personal information Monitoring of working environment Surveillance cameras Surveillance satellites Positioning for cell phones or GPS tracking