Databases and Privacy Storing, Organizing and Retrieving Data.

Slides:



Advertisements
Similar presentations
Information Systems Today: Managing in the Digital World
Advertisements

A database is a collection of data that is stored in a computer system. Databases allow their users to enter, access, and analyze their data quickly and.
Database Management Systems and Enterprise Software
What is a Database By: Cristian Dubon.
Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
Credit Records and Laws
The Financial Modernization Act of 1999, also known as the Gramm-Leach-Bliley Act (GLBA) UNDERSTANDING AND DEVELOPING A STRATEGIC PLAN TO BECOME COMPLIANT.
Ethical and Social...J.M.Kizza 1 Module 5: Anonymity, Security, Privacy and Civil Liberties IntroductionAnonymitySecurityPrivacy Ethical and Social Issues.
Database Management System
Chapter 3 Database Management
3-1 Chapter 3 Data and Knowledge Management
Introduction to Databases Transparencies
Accounting Interface:
Chapter 12 Database Connectivity with ASP.NET JavaScript, Third Edition.
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 7 Information System Data Management.
CORE 2: Information systems and Databases STORAGE & RETRIEVAL 2 : SEARCHING, SELECTING & SORTING.
Microsoft Access Database software. What is a database? … a database is an organized collection of data. A collection of data of similar information compiled.
CONSUMER PROTECTION AND LITIGATION: CONSUMER PROTECTION AND LITIGATION: Ryan Mehm Attorney Bureau of Consumer Protection Federal Trade Commission The views.
Chapter 11 Databases.
Chapter 11 Databases. 11 Chapter 11: Databases2 Chapter Contents  Section A: File and Database Concepts  Section B: Data Management Tools  Section.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
Database Lecture # 1 By Ubaid Ullah.
Copyright © 2003 by Prentice Hall Module 4 Database Management Systems 1.What is a database? Data hierarchy and data organization Field, record, file,
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
ASP.NET Programming with C# and SQL Server First Edition
PHP Programming with MySQL Slide 8-1 CHAPTER 8 Working with Databases and MySQL.
Data-mining & Data As we used Excel that has capability to analyze data to find important information, the data-mining helps us to extract information.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
Introduction to Microsoft Access Overview 1. Introduction What is Access? A relational database management system What is a Relational Database? Organized.
1 Welcome: To the second learning sequence “ Data Base (DB) and Data Base Management System (DBMS) “ Recap : In the previous learning sequence, we discussed.
Chapter 7 Working with Databases and MySQL PHP Programming with MySQL 2 nd Edition.
Credit Reports Take Notes. Cost of CarInterest Rate# of PaymentsMonthly Payment $ 25, %60($438.19) $ 25, %60($460.41) $ 25, %60($483.32)
Access 2013 Microsoft Access 2013 is a database application that is ideal for gathering and understanding data that’s been collected on just about anything.
Do Now10/30 & 10/31 Chapter 17 SLID E 1 Respond to the following in your notebook: As a teenager, you would like to get started in establishing a good.
DAY 12: DATABASE CONCEPT Tazin Afrin September 26,
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 7 Information System Data Management.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
1 Database Concepts 2 Definition of a Database An organized Collection Of related records.
Databases. What is a database?  A database is used to store data. The word DATA is actually Latin for FACTS. A database is, therefore, a place, or thing.
Databases: An Overview Chapter 7, Exploring the Digital Domain.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
DATABASE MANAGEMENT SYSTEMS CMAM301. Introduction to database management systems  What is Database?  What is Database Systems?  Types of Database.
Database. Data Base A database is a collection of related data, and the software used in databases to store, organize and retrieve the data is called.
ITGS Databases.
Database revision.
SQL Jan 20,2014. DBMS Stores data as records, tables etc. Accepts data and stores that data for later use Uses query languages for searching, sorting,
Database Management Supplement 1. 2 I. The Hierarchy of Data Database File (Entity, Table) Record (info for a specific entity, Row) Field (Attribute,
Database Management Systems (DBMS)
Credit Cards. When thinking of getting a Credit Card follow the Three C’s: Character: Will you repay the debt? How you used credit before? Do you pay.
© 2006 Pearson Education Canada Inc. 3-1 Chapter 3 Database Management PowerPoint Presentation Jack Van Deventer Ward M. Eagen.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
Database Connectivity with ASP.NET. 2 Introduction Web pages commonly used to: –Gather information stored on a Web server database Most server-side scripting.
CREDIT HISTORY & SCORES. CREDIT REPORTS  aka: credit history  3 Credit Bureaus receive and maintain information on consumers: Experian, TransUnion,
Database Relationships Objective 5.01 Understand database tables used in business.
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
Relational Database Systems Bartosz Zagorowicz. Flat Databases  Originally databases were flat.  All information was stored in a long text file, called.
IDENTITY FRAUD Lesson 2-5. A Few Figures on Fraud… 1 in Americans are victims of identity fraud each year. $ Average out of pocket cost to.
Chapter © 2010 South-Western, Cengage Learning Credit Records and Laws Establishing Good Credit Evaluating Credit and Laws 17.
1 Section 1 - Introduction to SQL u SQL is an abbreviation for Structured Query Language. u It is generally pronounced “Sequel” u SQL is a unified language.
What’s a Credit Score? And how to use credit wisely.
Protection of CONSUMER information
Information Systems Today: Managing in the Digital World
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
Storing, Organizing and Retrieving Data
Chapter 8 Working with Databases and MySQL
Spreadsheets, Modelling & Databases
Database Management Systems and Enterprise Software
Presentation transcript:

Databases and Privacy Storing, Organizing and Retrieving Data

What is a Computer Database? Answer: An Organized Collection of Data files that may be added to, deleted, modified and reported on

Attributes of all files Location (where are they stored) Size (how large are they) Type (how is their data interpreted) Files have information embedded with the data that defines how the data is organized

Files, Records, and Fields

The Two Major DBMS Models Flat File Model Separate files are linked via physical links (link fields) Favored where efficiency and performance are highest priorities Relational Model Separate files are linked via logical links in the data model Favored where flexibility and support for ad hoc queries are highest priority

Database Management System Data Structure Flat file systems use only one file to model and store data Many database problems will require multiple (but related) files for data modeling Database structure must always be defined upfront records and fields must be defined field datatypes must be specified

Using Multiple Files Relationships must be specified when database structure is defined Logical links are made explicit by linking appropriate fields in different tables

Database Management System Accessing the Data Forms are often used for entering/viewing data Queries are constructed to retrieve data satisfying specific criteria Data can be sorted in multiple nested levels Reports are constructed (often based on queries) for printed data

A Form for Entering Fields

Example Report

Query Languages Query languages, like programming languages, have specific syntax These are more user-friendly than most programming languages SQL (Structured Query Language -- often pronounced “sequel”) is a de facto standard QBE (Query by Example) languages are also commonly used, but the particular form and syntax is much more vendor dependent than SQL

Query Construction Queries are structured to retrieve data from specified fields in indicated tables (files) in a database Retrieved data must satisfy particular search constraints Boolean operators -- especially logical and and logical or -- allow the construction of multiple search constraint queries

Example Queries -- SQL SELECT Name FROM Sales WHERE Amount > 5000 AND Region = “West” SELECT Name FROM Sales WHERE (Amount > 5000 AND Region = “West”) OR (Amount > 2000 AND Region = “Midwest”)

Summary Software that manages the storage and retrieval of data dates from the early days of computing File management systems were the precursors of today’s database management systems There are two primary database models today: the network model and the relational model The network model provides excellent performance; the relational model provides excellent flexibility The first step toward creating any database is the definition of the structure of the data to be modeled

Summary (cont’d) All database management systems provide the ability to define data entry forms and reports for output Query languages provide user-friendly access to database data Queries are defined to retrieve data that matches (or satisfies) specified search constraints SQL has become the de facto standard for query languages

Database Products in Widespread Use Oracle Sybase Informix Microsoft Access Microsoft SQL MySQL PostgreSQL

Databases and Individual Privacy

Lessons learned as a result of 911 Too much data can be a liability Data on the same topic kept in different systems Is not effective unless it is linked together Requires filtering to remove “irrelevance” The highly controversial Patriot Act has expanded the Scope of data that the Govt. can collect and use on you

Social Significance Every one of us is profiled in several databases around the country many of which are linked to each other: Financial, insurance and credit systems Medical systems Criminal systems Retailer systems Websites Govt. systems (Municipal, State and Federal)

On Line Privacy On Line Privacy is an Oxymoron. If you are connected to a network, chances are that someone, somewhere has the capability to keep track of you.

How private is my credit report? Credit reports are a gold mine of information about consumers. They contain Social Security number, date of birth, current and previous addresses, telephone number (including unlisted numbers), credit payment status, employment, even legal information about court proceedings

Who has access to my report? Those considering granting you credit. Landlords. Insurance companies. Employers and potential employers (but only with your consent). Companies with which you have a credit account for account monitoring purposes. Those considering your application for a government license or benefit if the agency is required to consider your financial status. A state or local child support enforcement agency. Any government agency

Who are the people that store and provide information about you? Equifax Experian Transunion Link to Equifax: Equifax Personal Solutions Credit Reports, Credit Scores, Protection Against Identity Theft and more Equifax Personal Solutions Credit Reports, Credit Scores, Protection Against Identity Theft and more

Financial Services Modernization Act also known as Gramm-Leach-Bliley Act or GLB Allows banks, insurance companies, and brokerage firms to operate as one. The combined companies have been aptly dubbed "financial supermarkets." They may promise you such benefits as consolidated account statements and lower fees. But at the same time, the ability of these companies to merge customer data from several sources and even sell it to third parties represents a real risk to your privacy

What are your rights under GLB? Privacy Policy: Your financial institution must tell you the kinds of information it collects about you and how it uses that information. Right to Opt-Out: Your financial institution must explain your ability to prevent the sale of your customer data to third parties. Safeguards: Financial institutions are required to develop policies to prevent fraudulent access to confidential financial information. These policies must be disclosed to you

Opt-Out / Opt-In "Opt-out" is contrary to the "opt-in" approach preferred by most consumer and privacy advocates. Opt-in prohibits a financial institution from sharing or selling your data if you do not give your affirmative consent. With opt-out, you give your implied consent by failing to return the privacy notice sent to you by your financial company. So, if you say nothing, it means "yes, you can share my data."

So What? If you Opt In, then you can prevent sharing of your details. It may be harder to obtain credit at a competitive price however. If you Opt Out, then your info is in the financial supermarket and your creditworthiness is easily determined and you get approval (or disapproval) very quickly for a given amount of credit

A Typical Personal Database Service Intelius.Com

The Social Significance of Databases Watch this! wf wf

How much data is being generated and accumulated? data-exists-online/ data-exists-online/

Questions?