Digital Planet: Tomorrow s Technology and You. George Beekman Ben Beekman. Tenth Edition

Size: px
Start display at page:

Download "Digital Planet: Tomorrow s Technology and You. George Beekman Ben Beekman. Tenth Edition"

Transcription

1 Digital Planet: Tomorrow s Technology and You George Beekman Ben Beekman Tenth Edition

2 Digital Planet: Tomorrow s Technology and You Chapter 7 Database Applications and Privacy Implications

3 Chapter 7 Objectives Explain what a database is and describe its basic structure Identify the kinds of problems that can be best solved with database software Describe different kinds of database software, from simple file managers to complex relational databases 3

4 Chapter 7 Objectives (cont.) Describe database operations for storing, sorting, updating, querying, and summarizing information Give examples of ways in which large databases make our lives safer or more convenient Explain how databases threaten our privacy 4

5 The Google Guys Search Google is one of the great success stories of the Internet. Handles hundreds of millions of queries a day Launched by two Stanford Ph.D. students In 2004, Google offered shares to the public. for Tomorrow 5

6 More About Google Pg

7 What Good Is a Database? Comparable to a computerized file cabinet Databases make it easier to: Store large quantities of information Retrieve information quickly and flexibly Organize and reorganize information Print and distribute information in a variety of ways 7

8 Database Anatomy Database: organized collection of information stored in a computer Database program: software tool for organizing storage and retrieval of that information 8

9 Database Anatomy (cont.) Table: collection of related information Record: information related to one person, product, or event Each discrete chunk of information in a record is a field Field: holds different types of data: Numeric Date Text Computed 9

10 Database Operations Import: receive data in the form of text files Browse: navigate through information Query: find records that match specific criteria Sort: rearrange records (alphabetically or numerically) Print: reports, labels, and form letters Export: to another program for printing 10

11 Database Operations (cont.) Structured Query Language (SQL): Standard language for programming complex queries Graphical user interfaces allow point-and-click queries Is available for most database-management systems Users can avoid learning a new language when working with different hardware and software systems 11

12 Complex Queries Can be constructed to find The names and location of all patients in a hospital database that are on the fifth and sixth floors In a database of airline flight schedules, the least expensive way to fly from Boston to San Francisco on Tuesday afternoon. In a politicians database, all voters who contributed over $1,000 to last year s campaign and who wrote to express concern over high taxes since the election. 12

13 Complex Queries (cont.) The exact method for performing a query depends on the user interface of the database software used. Most allow user to specify the rules of the search by filling in a dialog box or a blank on-screen form A few (usually older) require the user to type their request using a specific query language. For example, you might have to type Select * From Population Where Sex = M and Age > = 18 and Age < = 35 Many database programs include programming languages that allow queries to be included. 13

14 Smart Web Searching Get to know your search engines. Be specific when you search. Use quotes to narrow your search to exact strings Know your pluses and minuses. Plus is assumed between listed items Search by site. Site may have search box Be selective. Are sites reputable? Bad information is worse than no information. Triangulate. If at first you don t succeed, try another approach. 14

15 Special-Purpose Database Programs On home or student PC, most of the storage is taken up with media files Media Libraries: music and photo libraries Media professionals use industrial-strength databases to catalog art, photographs, and other media files PIM (personal information manager): electronic organizer like Microsoft Outlook also includes . Automates address/phone book, appt calendar, to-do list, various notes. May need to share group calendars Most smart phones include these functions. Software can be used to synchronize multiple platforms Best sync software makes process simple and all-but-invisible 15

16 Special Purpose Database Programs (cont) GIS (geographical information systems): include geographic and demographic data in map form Most users familiar with MapQuest, Google Maps, etc. Often used in conjunction with GPS receivers to provide travel information. A GIS system is much more advanced than this. Can combine tables such as customer sales list with information from U.S. Census records to identify best location to build a new branch store. Web databases: use XML to turn static pages into a database-driven information space Transforming Web into a collection of mostly static pages to a dynamic database driven information space. 16

17 The Language of Database Queries SQL statements are understood by MS Access, MS SQL Server, DB2, Oracle, Sybase, MySQL and others. SQL is a sublanguage that: Uses high-level, easy-to-understand statements Has a relational database orientation Is portable across a wide range of systems 17

18 Beyond the Basics: Database- Management Systems What is a database-management system? A DBMS can manipulate data in a large database Data redundancy: wastes space and may cause inaccuracies Data consistency: all tables must contain the correct information 18

19 Example: Student Database Management System Student ID, grade transcripts, financial records, telephone and address information, home contact information, major and requirements to graduate, etc. Also have course enrollment information, faculty information, etc. Update to any data items (e.g., current academic address) must be available to all other sources. Until recently, different offices kept separate database record systems. Now many use Banner, which is a front end usually for an Oracle database system 19

20 Beyond the Basics: Database- Management Systems (cont.) What makes a database relational? Tables related possibly over 100 tables. Changes in one table reflected in other tables Predominate model in use today Oracle produced the first relational database Almost all Fortune 500 companies use Oracle 20

21 Database Trends Real-time computing Allows instant access to information. Interactive processing: allows users to access data in real time The trend toward real-time computing is accelerated by the Internet. Batch processing: requires transactions to be accumulated and then fed into computers in large batches 21

22 Database Trends Downsizing and decentralizing Client/server approach: uses requests to access database Distributed databases: spread data across networks Distributed databases Spreads data across networks: Kept on several different computers rather than store it in one central site. Connectivity software called middleware links client and server machines and hide the interaction between those machines. Data warehouses: large, centralized systems housing enterprise data Used normally in large companies and government depts 22

23 Database Trends (cont.) Data mining: discovery of hidden predictive information Helps to predict trends and patterns in data Uses statistical and artifical intelligence methods Maintaining database integrity Real-time database access increases the probability of data errors. Accessed by everyone, not just professionals. Dirty data: records containing errors Outdated addresses, spelling errors, obsolete values 23

24 Database Trends (cont.) Data scrubbing: eliminating dirty data Errors can lead to inefficiency and/or bad business decision Object-oriented databases: store objects Next expected change in databases Every object is an instance of a class. The class includes the data and the operations. The class specifies the data that is stored as well as the operations that can be used. Example is a photograph and data includes description, photographers name, copyright status. Operations includes creating a thumbnail-sized copy of photo 24

25 Database Trends (cont.) Some companies are experimenting with a combination of relational and objective oriented databases. Multidimensional database technology: stores data in more than two dimensions Based on traditional relational databases Data is organized in cubes. Provide faster access by users than traditional relational databases. 25

26 Database Trends (cont.) Intelligent searches More artificial intelligence technology Natural language queries possible Contextual search tools will classify results 26

27 Dealing with Databases Choose the right tool for the job. Don t use a large company using a spreadsheet list manager Think about how you ll get the information out. Start with a plan; be prepared to change your plan. Make your data consistent. Databases are only as good as their data. Query with care. You get what you ask for, not what you intended. 27

28 Personal Data: All about You Identity theft: major criminal industry Can be triggered by being careless online or by errors in judgment. Victims can face massive phone bills, threats from collection agencies, and even arrests. It can take years to clear up the damage from an identity theft. 28

29 Personal Data: All about You (cont.) Record matching: uses a unique field to combine information from different databases Privacy is decreasing Data can be transmitted almost instantly Workplace monitoring Surveillance cameras 29

30 No Secrets: Computers and Privacy Code of Fair Information Practices In early 1970s, a report to Congress Agencies ensure the reliability and security of information in their databases. Privacy Act of 1974 Broadest privacy law passed by Congress USA Patriot Act Passed in response to September 11, 2001 terrorist attacks 30

31 Your Privacy Rights Don t give out your Social Security number. Don t give away information about yourself. Say no to direct mail, phone, and solicitations. Be stingy with your address. Say no to sharing your personal information. Think before you post. Pay attention to privacy preferences. Mobilize technology to protect your privacy. If you think there s. incorrect or damaging information about you in a file, find out. 31

32 Summary Database programs enable users to store, organize, retrieve, communicate, and manage large amounts of information. There are many specialized databases such as media libraries, GIS, and PIMs. The trend is away from large, centralized databases accessible only to data-processing staff. 32

33 Summary (cont.) Organizations are moving toward a client/server approach that enables users to have access to data stored in servers throughout the organization s network. The accumulation of data by government agencies and businesses is a growing threat to our right to privacy. 33

34 All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. Printed in the United States of America. 34

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Twelfth Edition Chapter 12: Databases and Information Systems Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Databases and Information Systems Copyright

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 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

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

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

Technology In Action, Complete, 14e (Evans et al.) Chapter 11 Behind the Scenes: Databases and Information Systems

Technology In Action, Complete, 14e (Evans et al.) Chapter 11 Behind the Scenes: Databases and Information Systems Technology In Action, Complete, 14e (Evans et al.) Chapter 11 Behind the Scenes: Databases and Information Systems 1) A is a collection of related data that can be stored, sorted, organized, and queried.

More information

Database Management Systems MIT Introduction By S. Sabraz Nawaz

Database Management Systems MIT Introduction By S. Sabraz Nawaz Database Management Systems MIT 22033 Introduction By S. Sabraz Nawaz Recommended Reading Database Management Systems 3 rd Edition, Ramakrishnan, Gehrke Murach s SQL Server 2008 for Developers Any book

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. Databases and Data Warehouses: Building Business Intelligence

Chapter 3. Databases and Data Warehouses: Building Business Intelligence Chapter 3 Databases and Data Warehouses: Building Business Intelligence How Can a Business Increase its Intelligence? Summary Overview of Main Concepts Details/Design of a Relational Database Creating

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

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

Chapter 12. Databases. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved.

Chapter 12. Databases. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 12 Databases McGraw-Hill/Irwin Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. 1 Introduction to Databases Much like a library, secondary storage is designed to store information.

More information

SAS Web Report Studio 3.1

SAS Web Report Studio 3.1 SAS Web Report Studio 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Web Report Studio 3.1: User s Guide. Cary, NC: SAS

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

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

What s New in Blackboard 9.1

What s New in Blackboard 9.1 What s New in Blackboard 9.1 Adding and Removing Files In Blackboard, faculty have always had to upload files and delete files one at a time. Now they can upload or delete all course files at once. Faculty

More information

EMPLOYEE TOOLS. The Budget Review page will display (see illustration below).

EMPLOYEE TOOLS. The Budget Review page will display (see illustration below). EMPLOYEE TOOLS This area of My Siena has options that allow Siena employees to view different reports about the University and to order supplies. Those employees who have permission are able to view the

More information

Big Data Specialized Studies

Big Data Specialized Studies Information Technologies Programs Big Data Specialized Studies Accelerate Your Career extension.uci.edu/bigdata Offered in partnership with University of California, Irvine Extension s professional certificate

More information

SIS STUDENT INFORMATION CENTER

SIS STUDENT INFORMATION CENTER Using the Self Service Student Center As a student you can: 1. Log Into the System 2. Navigate 3. Add Favorites 4. Add, Drop, or Swap Classes 5. View Your Class Schedule 6. View Grades 7. View Degree Progress

More information

Copyright 2007 Ramez Elmasri and Shamkant B. Navathe. Slide 1-1

Copyright 2007 Ramez Elmasri and Shamkant B. Navathe. Slide 1-1 Slide 1-1 Chapter 1 Introduction: Databases and Database Users Outline Types of Databases and Database Applications Basic Definitions Typical DBMS Functionality Example of a Database (UNIVERSITY) Main

More information

Introduction to Computer World Fall 2016

Introduction to Computer World Fall 2016 Introduction to Computer World Fall 2016 Introduction to Information and Communication Technologies CSD 102 Email: mehwish.fatima@ciitlahore.edu.pk Website: https://sites.google.com/a/ciitlahore.edu.pk/ict/

More information

Guide to User Interface 4.3

Guide to User Interface 4.3 Datatel Colleague Guide to User Interface 4.3 Release 18 June 24, 2011 For corrections and clarifications to this manual, see AnswerNet page 1926.37. Guide to User Interface 4.3 All Rights Reserved The

More information

Chapter 3: AIS Enhancements Through Information Technology and Networks

Chapter 3: AIS Enhancements Through Information Technology and Networks Accounting Information Systems: Essential Concepts and Applications Fourth Edition by Wilkinson, Cerullo, Raval, and Wong-On-Wing Chapter 3: AIS Enhancements Through Information Technology and Networks

More information

Business Analytics Nanodegree Syllabus

Business Analytics Nanodegree Syllabus Business Analytics Nanodegree Syllabus Master data fundamentals applicable to any industry Before You Start There are no prerequisites for this program, aside from basic computer skills. You should be

More information

Blackboard 5. Instructor Manual Level One Release 5.5

Blackboard 5. Instructor Manual Level One Release 5.5 Bringing Education Online Blackboard 5 Instructor Manual Level One Release 5.5 Copyright 2001 by Blackboard Inc. All rights reserved. No part of the contents of this manual may be reproduced or transmitted

More information

Table of Contents COURSE OBJECTIVES... 2 LESSON 1: ADVISING SELF SERVICE... 4 NOTE: NOTIFY BUTTON LESSON 2: STUDENT ADVISOR...

Table of Contents COURSE OBJECTIVES... 2 LESSON 1: ADVISING SELF SERVICE... 4 NOTE: NOTIFY BUTTON LESSON 2: STUDENT ADVISOR... Table of Contents COURSE OBJECTIVES... 2 LESSON 1: ADVISING SELF SERVICE... 4 DISCUSSION... 4 INTRODUCTION TO THE ADVISING SELF SERVICE... 5 STUDENT CENTER TAB... 8 GENERAL INFO TAB... 19 TRANSFER CREDIT

More information

TIM 50 - Business Information Systems

TIM 50 - Business Information Systems TIM 50 - Business Information Systems Lecture 15 UC Santa Cruz May 20, 2014 Announcements DB 2 Due Tuesday Next Week The Database Approach to Data Management Database: Collection of related files containing

More information

Student Handbook Master of Information Systems Management (MISM)

Student Handbook Master of Information Systems Management (MISM) Student Handbook 2018-2019 Master of Information Systems Management (MISM) Table of Contents Contents 1 Masters of Information Systems Management (MISM) Curriculum... 3 1.1 Required Courses... 3 1.2 Analytic

More information

Introduction: Databases and. Database Users

Introduction: Databases and. Database Users Types of Databases and Database Applications Basic Definitions Typical DBMS Functionality Example of a Database (UNIVERSITY) Main Characteristics of the Database Approach Database Users Advantages of Using

More information

Getting Started in CAMS Enterprise

Getting Started in CAMS Enterprise CAMS Enterprise Getting Started in CAMS Enterprise Unit4 Education Solutions, Inc. Published: 18 May 2016 Abstract This document is designed with the new user in mind. It details basic features and functions

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

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

The Business Value of Metadata for Data Governance: The Challenge of Integrating Packaged Applications

The Business Value of Metadata for Data Governance: The Challenge of Integrating Packaged Applications The Business Value of Metadata for Data Governance: The Challenge of Integrating Packaged Applications By Donna Burbank Managing Director, Global Data Strategy, Ltd www.globaldatastrategy.com Sponsored

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction Contents The History of Database System Overview of a Database Management System (DBMS) Three aspects of database-system studies the state of the art Introduction to Database Systems

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

Create and Modify Queries 7

Create and Modify Queries 7 Create and Modify Queries 7 LESSON SKILL MATRIX Skill Exam Objective Objective Number Creating a Query Create a Select query. 4.1.1 Modifying a Query Use the Show Table command. 4.2.1 Use the Remove Table

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

Chapter 11 Databases. Computer Concepts 2013

Chapter 11 Databases. Computer Concepts 2013 Chapter 11 Databases Computer Concepts 2013 11 Chapter Contents Section A: File and Database Concepts Section B: Data Management Tools Section C: Database Design Section D: SQL Section E: Database Security

More information

Remodeling Your Office A New Look for the SAS Add-In for Microsoft Office

Remodeling Your Office A New Look for the SAS Add-In for Microsoft Office Paper SAS1864-2018 Remodeling Your Office A New Look for the SAS Add-In for Microsoft Office ABSTRACT Tim Beese, SAS Institute Inc., Cary, NC Millions of people spend their weekdays in an office. Occasionally

More information

Cloud for Government: A Transformative Digital Tool to Better Serve Communities

Cloud for Government: A Transformative Digital Tool to Better Serve Communities Cloud for Government: A Transformative Digital Tool to Better Serve Communities 1 005181004 From state to local agencies, government organizations crave access to the same cloud-based tools enabling digital

More information

Privacy: Whose Information Is It?

Privacy: Whose Information Is It? Chapter 13: Shhh, It's a Secret: Privacy and Digital Security Fluency with Information Technology Third Edition by Lawrence Snyder Privacy: Whose Information Is It? What is privacy? Examine a transaction

More information

Chapter Review. 42 Chapter 1 Introduction to Computers

Chapter Review. 42 Chapter 1 Introduction to Computers 42 Chapter 1 Introduction to Computers Chapter Review 1. Why Is Computer Literacy Vital in Today s World? Computer literacy, or digital literacy, involves having current knowledge and understanding of

More information

Chapter 1. Introduction of Database (from ElMasri&Navathe and my editing)

Chapter 1. Introduction of Database (from ElMasri&Navathe and my editing) Chapter 1 Introduction of Database (from ElMasri&Navathe and my editing) Data Structured Data Strict format data like table data Semi Structured Data Certain structure but not all have identical structure

More information

Chapter 5. Database Processing

Chapter 5. Database Processing Chapter 5 Database Processing No, Drew, You Don t Know Anything About Creating Queries." AllRoad Parts operational database used to determine which parts to consider for 3D printing. If Addison and Drew

More information

Microsoft SharePoint 2010

Microsoft SharePoint 2010 BrainStorm Quick Start Card for Microsoft SharePoint 2010 Getting Started Microsoft SharePoint 2010 brings together your organization s people, documents, information, and ideas in a customizable space

More information

Exploring Cloud. Is moving your phone system to the cloud right for your business?

Exploring Cloud. Is moving your phone system to the cloud right for your business? Exploring Cloud Is moving your phone system to the cloud right for your business? So You re Thinking about Moving Your Phone System to the Cloud. That s great! A cloud phone system gives you access to

More information

Workplace Communications The Basics George J. Searles Fifth Edition

Workplace Communications The Basics George J. Searles Fifth Edition Workplace Communications The Basics George J. Searles Fifth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the

More information

Introduction: Databases and Database Users. Copyright 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1

Introduction: Databases and Database Users. Copyright 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1 Copyright 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1 Introduction: Databases and Database Users Copyright 2007 Ramez Elmasri and Shamkant B. Navathe Types of Databases and Database Applications

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

CSC 4710 / CSC 6710 Database Systems. Rao Casturi

CSC 4710 / CSC 6710 Database Systems. Rao Casturi CSC 4710 / CSC 6710 Database Systems Rao Casturi Introduction About me Education B.E (Electronics & Communications) M.S (Computer Science) Working towards Ph.D. Professional work experience 25+ Years in

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Computers Are Your Future Databases and Information Systems Slide 2 What You Will Learn About The potential uses of a database program The basic components of a database The differences

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

5. Technology Applications

5. Technology Applications 5. Technology Applications 5.1 What is a Database? 5.2 Types of Databases 5.3 Choosing the Right Database 5.4 Database Programming Tools 5.5 How to Search Your Database 5.6 Data Warehousing and Mining

More information

Information Systems and Networks

Information Systems and Networks Information Systems and Networks by Samuel Rota Bulò Department of Management Università Ca' Foscari Venezia Lesson 5 Databased and Information Management Case study: RR Donnelley giant commercial printing

More information

Introduction to

Introduction to Introduction to Email gcflearnfree.org/print/email101/introduction-to-email Introduction Do you ever feel like the only person who doesn't use email? You don't have to feel left out. If you're just getting

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

EUROPEAN COMPUTER DRIVING LICENCE / INTERNATIONAL COMPUTER DRIVING LICENCE SYLLABUS VERSION 5.0 M5 Using Databases

EUROPEAN COMPUTER DRIVING LICENCE / INTERNATIONAL COMPUTER DRIVING LICENCE SYLLABUS VERSION 5.0 M5 Using Databases 1 EUROPEAN COMPUTER DRIVING LICENCE / INTERNATIONAL COMPUTER DRIVING LICENCE SYLLABUS VERSION 5.0 M5 Using Databases The European Computer Driving Licence Foundation Ltd. Third Floor, Portview House Thorncastle

More information

Learn about the Display options Complete Review Questions and Activities Complete Training Survey

Learn about the Display options Complete Review Questions and Activities Complete Training Survey Intended Audience: Staff members who will be using the AdHoc reporting tools to query the Campus database. Description: To learn filter and report design capabilities available in Campus. Time: 3 hours

More information

Learning and Development. UWE Staff Profiles (USP) User Guide

Learning and Development. UWE Staff Profiles (USP) User Guide Learning and Development UWE Staff Profiles (USP) User Guide About this training manual This manual is yours to keep and is intended as a guide to be used during the training course and as a reference

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

Adobe Spark. Schools and Educators. A Guide for. spark.adobe.com

Adobe Spark. Schools and Educators. A Guide for. spark.adobe.com Adobe Spark A Guide for Schools and Educators spark.adobe.com CONTENTS 1: What Is Adobe Spark?... 3 2: How Much Does Adobe Spark Cost?... 4 3: Is Adobe Spark A Web Application Or An App?... 4 4: Three

More information

Signing up for My Lahey Chart

Signing up for My Lahey Chart Signing up for My Lahey Chart What is My Lahey Chart? My Lahey Chart is a helpful service that allows you to connect with your doctor and your health information online, anytime. Using your personal computer

More information

ECDL / ICDL Using Databases Syllabus Version 5.0

ECDL / ICDL Using Databases Syllabus Version 5.0 ECDL / ICDL Using Databases Syllabus Version 5.0 Purpose This document details the syllabus for ECDL / ICDL Using Databases. The syllabus describes, through learning outcomes, the knowledge and skills

More information

ADMINISTRATOR USER GUIDE

ADMINISTRATOR USER GUIDE ADMINISTRATOR USER GUIDE Table of Contents Frequently Asked Questions... 3-7 Screen Map... 8 Welcome Message... 9 Corporate Administration Unit... 9 View Course Catalog... 9 Registration/Purchasing Module...

More information

Web Traffic - pct of Page Views

Web Traffic - pct of Page Views CS101 Lecture 30: Databases and Data-Driven Applications for example Aaron Stevens 23 November 2010 1 Web Traffic - pct of Page Views Source: alexa.com, 11/22/2010 2 1 What You ll Learn Today What is Facebook?

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

Chapter 5. Database Processing

Chapter 5. Database Processing Chapter 5 Database Processing We Don t Have a Way to Track the Data About the Videos. Falcon Security stores sequentially numbered digital video files in separated directories for each client. Tracking

More information

Table of Contents. Introduction Technical Support Getting Started Data Synchronization General Website Settings...

Table of Contents. Introduction Technical Support Getting Started Data Synchronization General Website Settings... E-Commerce Table of Contents Introduction... 1 Technical Support... 1 Introduction... 1 Getting Started... 2 Data Synchronization... 2 General Website Settings... 3 Customer Groups Settings... 4 New Accounts

More information

worksmart!-mobile User Guide Version 3.5 worksmart!-mobile User Guide 1 Copyright 2005 Mobile Workforce, Inc.

worksmart!-mobile User Guide Version 3.5 worksmart!-mobile User Guide 1 Copyright 2005 Mobile Workforce, Inc. worksmart!-mobile User Guide 1 Copyright 2005 Mobile Workforce, Inc. Copyright Notice Mobile Workforce, Inc. has copyright ownership of the Mobile Workforce-workSmart! applications and other software related

More information

aceconnect is a trademark of Accelerated Christian Education.

aceconnect is a trademark of Accelerated Christian Education. + 2 Information in this document is subject to change without notice and does not represent a commitment on the part of Accelerated Christian Education. The software described in this document is furnished

More information

Blackboard 5 Level One Student Manual

Blackboard 5 Level One Student Manual Blackboard 5 Level One Student Manual Blackboard, Inc. 1899 L Street NW 5 th Floor Washington DC 20036 Copyright 2000 by Blackboard Inc. All rights reserved. No part of the contents of this manual may

More information

Navigation and Searching Manual

Navigation and Searching Manual Navigation and Searching Manual Version 2011M.1038 This manual created by Custom Computer Specialists, Inc. 70 Suffolk Court Hauppauge, NY 11788 www.customonline.com Copyright 2006 Custom Computer Specialists,

More information

Data, Information, and Databases

Data, Information, and Databases Data, Information, and Databases BDIS 6.1 Topics Covered Information types: transactional vsanalytical Five characteristics of information quality Database versus a DBMS RDBMS: advantages and terminology

More information

BUSINESS TECHNOLOGY. Administrative Assistant Degree. Administrative Assistant Certificate

BUSINESS TECHNOLOGY. Administrative Assistant Degree. Administrative Assistant Certificate Area: Computer Science & Information Technology Dean: Barbara Blanchard Phone: (916) 484-8361 Counseling: (916) 484-8572 Administrative Assistant Degree The administrative assistant associate degree program

More information

facebook a guide to social networking for massage therapists

facebook a guide to social networking for massage therapists facebook a guide to social networking for massage therapists table of contents 2 3 5 6 7 9 10 13 15 get the facts first the importance of social media, facebook and the difference between different facebook

More information

Unit 10 Databases. Computer Concepts Unit Contents. 10 Operational and Analytical Databases. 10 Section A: Database Basics

Unit 10 Databases. Computer Concepts Unit Contents. 10 Operational and Analytical Databases. 10 Section A: Database Basics Unit 10 Databases Computer Concepts 2016 ENHANCED EDITION 10 Unit Contents Section A: Database Basics Section B: Database Tools Section C: Database Design Section D: SQL Section E: Big Data Unit 10: Databases

More information

Signing on to PeopleSoft

Signing on to PeopleSoft Signing on to PeopleSoft PeopleSoft is totally web-based, so you access it by using an Internet browser such as Internet Explorer. If you are familiar with browsing web pages, you will find that navigating

More information

VERSION EIGHT PRODUCT PROFILE. Be a better auditor. You have the knowledge. We have the tools.

VERSION EIGHT PRODUCT PROFILE. Be a better auditor. You have the knowledge. We have the tools. VERSION EIGHT PRODUCT PROFILE Be a better auditor. You have the knowledge. We have the tools. Improve your audit results and extend your capabilities with IDEA's powerful functionality. With IDEA, you

More information

Database Management System. Fundamental Database Concepts

Database Management System. Fundamental Database Concepts Database Management System Fundamental Database Concepts CONTENTS Basics of DBMS Purpose of DBMS Applications of DBMS Views of Data Instances and Schema Data Models Database Languages Responsibility of

More information

Why U.S. Political Stats? Search and Browse. Using the Quick Search. Using the Browse Options

Why U.S. Political Stats? Search and Browse. Using the Quick Search. Using the Browse Options Overview Why U.S. Political Stats? Visualize political data in multiple formats. U.S. Political Stats is a data visualization and research tool. It contains data on the three branches of U.S. government

More information

Area: Computer Science & Information Technology Dean: Dr. Derrick Booth Phone: (916) Counseling: (916)

Area: Computer Science & Information Technology Dean: Dr. Derrick Booth Phone: (916) Counseling: (916) Area: Computer Science & Information Technology Dean: Dr. Derrick Booth Phone: (916) 484-8361 Counseling: (916) 484-8572 Administrative Assistant Degree The administrative assistant associate degree program

More information

Student Profile User Guide v.5.4.0

Student Profile User Guide v.5.4.0 Student Profile User Guide v.5.4.0 Copyright 2002-2017 eschooldata, LLC All rights reserved. TABLE OF CONTENTS Overview... 3 Student Profile Search Page... 3 Search Page Icons...4 Student Contact Icon...5

More information

Technology Safety Quick Tips

Technology Safety Quick Tips Technology Safety Quick Tips Spyware: Computer & Phone Monitoring Software It enables a person to secretly monitor someone else s entire computer activity. It can be installed remotely by sending an email,

More information

Introduction To Computers

Introduction To Computers Introduction To Computers Chapter No 7 Introduction To Databases Overview Introduction to database To make use of information, you have to be able to find the information Data files and databases are no

More information

Chapter 1. Types of Databases and Database Applications. Basic Definitions. Introduction to Databases

Chapter 1. Types of Databases and Database Applications. Basic Definitions. Introduction to Databases Chapter 1 Introduction to Databases Types of Databases and Database Applications Numeric and Textual Databases Multimedia Databases Geographic Information Systems (GIS) Data Warehouses Real-time and Active

More information

Taking a First Look at Excel s Reporting Tools

Taking a First Look at Excel s Reporting Tools CHAPTER 1 Taking a First Look at Excel s Reporting Tools This chapter provides you with an overview of Excel s reporting features. It shows you the principal types of Excel reports and how you can use

More information

Data Warehouse: User Computer Configuration Guide

Data Warehouse: User Computer Configuration Guide University of Texas at San Antonio Data Warehouse: User Computer Configuration Guide Sponsored by the Vice Provost of Institutional Effectiveness DOCUMENT HISTORY This is an on-line document. Paper copies

More information

Queensland University of Technology CRICOS No J

Queensland University of Technology CRICOS No J ME ANDY MCBRIDE User Experience Specialist Student Intranet & Portal Staff Digital Workplace QUT mobile app a.mcbride@qut.edu.au @andymac7 3 AGENDA 01 02 03 04 About QUT Our team Long road to now Solving

More information

Portal User Guide Member Features

Portal User Guide Member Features Portal User Guide Member Features Updated: 04/22/2017 Accessing your claims just got easier WorkAbility Absence Management System Our WorkAbility website makes it easy to access your claims. You get online

More information

USING DATABASES Syllabus Version 6.0

USING DATABASES Syllabus Version 6.0 ECDL MODULE USING DATABASES Syllabus Version 6.0 Purpose This document details the syllabus for the Using Databases module. The syllabus describes, through learning outcomes, the knowledge and skills that

More information

ACT! 2012 Pro & Premium Upgrade Guide from ACT! 2008

ACT! 2012 Pro & Premium Upgrade Guide from ACT! 2008 ACT! 2012 Pro & Premium Upgrade Guide from ACT! 2008 Latest ACT! updates at a glance: WORKS WITH: ACT! 2012 ACT! 2008 Compatible with Windows 7 (32 & 64 bit editions) Works with Microsoft Office 2010 Supports

More information

Session 6: Relational Databases

Session 6: Relational Databases INFM 603: Information Technology and Organizational Context Session 6: Relational Databases Jimmy Lin The ischool University of Maryland Thursday, October 16, 2014 Databases Yesterday Databases Today What

More information

Messaging in Slate Slate Training Guide 2017

Messaging in Slate Slate Training Guide 2017 Messaging in Slate Slate Training Guide 2017 2 Table of Contents Introduction/Logging In...3 Population Request Forms.4 Using Deliver 6 Editing Messages..8 Adding Images/Banners.12 Adding Links 15 Editing

More information

Making EXCEL Work for YOU!

Making EXCEL Work for YOU! Tracking and analyzing numerical data is a large component of the daily activity in today s workplace. Microsoft Excel 2003 is a popular choice among individuals and companies for organizing, analyzing,

More information

(Updated 29 Oct 2016)

(Updated 29 Oct 2016) (Updated 29 Oct 2016) 1 Class Maker 2016 Program Description Creating classes for the new school year is a time consuming task that teachers are asked to complete each year. Many schools offer their students

More information

CHAPTER 8: ONLINE ANALYTICAL PROCESSING(OLAP)

CHAPTER 8: ONLINE ANALYTICAL PROCESSING(OLAP) CHAPTER 8: ONLINE ANALYTICAL PROCESSING(OLAP) INTRODUCTION A dimension is an attribute within a multidimensional model consisting of a list of values (called members). A fact is defined by a combination

More information

Office Administration

Office Administration Office Administration 216 Office Administration Location: Library Tower - 2 nd Floor Program Information As part of the Business and Services Technology Division at, the Office Administration program prepares

More information

Access/SAS application for verification and correction: corporate tax returns

Access/SAS application for verification and correction: corporate tax returns Access/SAS application for verification and correction: corporate tax returns Federation of Tax Administrators Revenue Estimating and Research Conference September 17, 2007 Steps in our decision SAS verification

More information

Database management is all about storing organized information and knowing

Database management is all about storing organized information and knowing Chapter 1: Management In This Chapter Discovering the basics of databases Figuring out how to manipulate data Understanding database programming management is all about storing organized information and

More information