Introduction to Database. Today’s Lateral Thinking Puzzle “ A woman has incontrovertible proof in court that her husband was murdered by her sister. The.

Slides:



Advertisements
Similar presentations
Modelling with databases. Database management systems (DBMS) Modelling with databases Coaching modelling with databases Advantages and limitations of.
Advertisements

Lecture-7/ T. Nouf Almujally
1 1 File Systems and Databases Chapter 1 The Worlds of Database Systems Prof. Sin-Min Lee Dept. of Computer Science.
Introduction to Databases
Data - Information - Knowledge
Managing Data Resources
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 10 Managing a Database.
Database Applications and Implications 8.  2001 Prentice Hall8.2 Chapter Outline The Electronic File Cabinet: Database Basics Beyond the Basics: Database.
File Systems and Databases
1 Introduction The Database Environment. 2 Web Links Google General Database Search Database News Access Forums Google Database Books O’Reilly Books Oracle.
8/29/2000Database Management -- Fall R. Larson Database Management: Introduction University of California, Berkeley School of Information Management.
Binary Expression Numbers & Text CS 105 Binary Representation At the fundamental hardware level, a modern computer can only distinguish between two values,
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
Living in a Digital World Discovering Computers 2010.
8/28/2001Database Management -- Fall R. Larson Database Management: Introduction University of California, Berkeley School of Information Management.
1 1 File Systems and Databases Chapter 1 The Worlds of Database Systems Prof. Sin-Min Lee Dept. of Computer Science.
assumes basic arithmetic
 MODERN DATABASE MANAGEMENT SYSTEMS OVERVIEW BY ENGINEER BILAL AHMAD
Unit 3—Part A Computer Memory
Lecture-8/ T. Nouf Almujally
Chapter 9 Database Management
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Communications technology Ali Kennedy.  Bit= from a shortening of the words “ bi nary digit”  The basic unit ofinformation for computers  1 or 0 are.
Chapter Eight Database Applications and Implications.
Database Applications Database Applications and Implications.
Discovering Computers 2009 Chapter 10 Database Management.
Data and Program Representation
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management Dave Salisbury ( )
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
Ch.3 Data, Text, and Document Management
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
MIS 301 Information Systems in Organizations Dave Salisbury ( )
Chapter 8 Database Applications and Implications.
Chapter Eight Database ( 資料庫 ) Applications and Implications.
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Chapter 10 Database Management. Chapter 10 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Explain.
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
Chapter 9 Database Management. Chapter 9 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Discuss.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Chapter 4c, Database H Definition H Structure H Parts H Types.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
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.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
Introduction to Information Technology Applications.
1 Database Basics: Filemaker 7 Introduction Center for Faculty Development, SJSU Steve Sloan
Digital Planet: Tomorrow’s Technology and You Chapter 7 Database Applications and Privacy Implications Copyright © 2012 Pearson Education, Inc. publishing.
Chapter 10 Database Management. Data and Information How are data and information related? p Fig Next processing data stored on disk Step.
0 / Database Management. 1 / Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics.
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
Week-7 (Lecture-1) Internet Protocols: TCP/IP, Client Server: Protocol: Specification in networking and Communications It defines the procedures to be.
CC111 Lec#2 The System Unit The System Unit: Processing and Memory Lecture 2 Binary System.
Computer Memory Digital Literacy.
Memory Parts of a computer
What is Binary? Binary is a two-digit (Base-2) numerical system, which computers use to process and store data. The reason computers use the binary system.
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
Unit 3—Part A Computer Memory
Representation of Data in Computer Systems
Chapter 1 The Worlds of Database Systems
Unit 3—Part A Computer Memory
File Systems and Databases
MANAGING DATA RESOURCES
The ultimate in data organization
The Database Environment
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
Presentation transcript:

Introduction to Database

Today’s Lateral Thinking Puzzle “ A woman has incontrovertible proof in court that her husband was murdered by her sister. The judge declares, "This is the strangest case I've ever seen. Though it's a cut-and-dried case, this woman cannot be punished." “ A woman has incontrovertible proof in court that her husband was murdered by her sister. The judge declares, "This is the strangest case I've ever seen. Though it's a cut-and-dried case, this woman cannot be punished."

IT Review Overview

IT Review IT Review Teams 2 students each Send me if you have a preference Teams announced in class next week

What is Data?

The “I” in Information Technology and Information Systems Do You Remember?

Data represents a fact or statement of event without relation to other things. Ex: It is raining. Ex: It is raining.Definition “Data is the elementary description of things, events, activities and transactions that are recorded, classified and stored but are not organized to convey any specific meaning.” “Data is the elementary description of things, events, activities and transactions that are recorded, classified and stored but are not organized to convey any specific meaning.” Data vs. Information vs. Knowledge Do You Remember?

Information embodies the understanding of a relationship of some sort, possibly cause and effect. Ex: The temperature dropped 15 degrees and then it started raining. Ex: The temperature dropped 15 degrees and then it started raining.Definition “Information is Data organized so that they have meaning and value to the recipient.” “Information is Data organized so that they have meaning and value to the recipient.” Data vs. Information vs. Knowledge Do You Remember?

Data Hierarchy Bit (a binary digit): a circuit that is either on or off. group of 8 bits, representing a single character, is called a ? A group of 8 bits, representing a single character, is called a ? Do You Remember?

Data Hierarchy (Continued) Field: name, number, or characters that describe an aspect of a business object or activity. Record: collection of related data fields. Table: collection of related records. Database: a collection of integrated and related tables.

What is a Database?

Terminology Database: A collection of tables with relationships between the tables. bibliographic, statistical, business data, images, etc. bibliographic, statistical, business data, images, etc. Database management system (DBMS) is a set of programs that provide users with tools to add, delete, access and analyze data stored in one location.

Tables and Databases Table: A collection of records or documents dealing with one organization, person, area or subject Manual (paper) files Manual (paper) files Computer files Computer files

From Files to Databases Problems with File Systems Inconsistent Data Inconsistent Data Inflexibility Inflexibility Limited Data Sharing Limited Data Sharing Poor enforcement of standards Poor enforcement of standards Excessive program maintenance Excessive program maintenance

Intermission Artwork © Jan’s Courtyard

Database and the Enterprise

DBMS Advantages  Make it easier to store large quantities of information  Make it easier to retrieve information quickly and flexibly  Make it easy to organize and reorganize information  Make it easy to print and distribute information in a variety of ways

DBMS Advantages (cont.) Minimal Data Redundancy Minimal Data Redundancy Consistency of Data Consistency of Data Integration of Data Integration of Data Data Accessibility and Responsiveness Data Accessibility and Responsiveness Data Independence Data Independence Ease of Application Development Ease of Application Development Reduced Program Maintenance Reduced Program Maintenance Sharing of Data Sharing of Data

Database Operations Import: receive data in the form of text files Import: receive data in the form of text files Browse: navigate through information Browse: navigate through information Query: find records that match specific criteria Query: find records that match specific criteria Sort: rearrange records (alphabetically or numerically) Sort: rearrange records (alphabetically or numerically) Print reports, labels, and form letters: A report is an ordered list of selected records and fields in an easy-to-read format. Print reports, labels, and form letters: A report is an ordered list of selected records and fields in an easy-to-read format.

The Many Faces of Databases Large databases often contain hundreds of interrelated tables. Large databases often contain hundreds of interrelated tables. A DBMS can shield users from the complex inner workings of the system, providing them with only the information they need to get their jobs done. A DBMS can shield users from the complex inner workings of the system, providing them with only the information they need to get their jobs done.

Which of the following uses a database for electronic commerce?

Databases in the Real World: Electronic Commerce

Intermission Artwork © Jan’s Courtyard

In Pictures: Technology Billionaires Special Report The Forbes ONE BILLION DOLLARS IS NO LONGER ENOUGH…

Byte Byte Kilobyte (KB) Kilobyte (KB) Megabytes (MB) Megabytes (MB) Gigabytes (GB) Gigabytes (GB) Terabytes (TB) Terabytes (TB) Petabytes (PB) Petabytes (PB) = 8 bits = 1 Thousand Bytes = 1 Million Bytes = 1 Billion Bytes = 1 Trillion Bytes = 1000 Terabytes How Big is BIG? Do You Remember?

How Big is BIG? NSA Call Tracking 96 gigabytes 96 gigabytes AT&T “Daytona” Project 312 terabytes 312 terabytesWal-Mart 583 terabytes 583 terabytes Google Earth Rumored at 1,000 terabytes (1 petabyte) Rumored at 1,000 terabytes (1 petabyte)

Types of Database Systems PC Databases Client/Server Databases Web-Based Databases

PC Databases

Client Server Databases Network Client (Mac/Windows) Database Server (Unix/Linux) Client (Mac/Windows) Client (Mac/Windows)

Databases and the Web  Information is available via a company’s Intranet and the Internet.  HTML, the language used to construct most Web pages, wasn’t designed to build database queries.  XML, a newer, more powerful data description language, is designed with industrial-strength database access in mind.

Databases and the Web Request (ex. get a price quote, place an order) Response (ex. query results with HTML-formatted product price or order confirmation notice)

What Do You Know?

1. A collection of related files, tables, and so on that stores data and the associations among them is _____ A)hardware B)software C)database D)network E)procedures

1. A collection of related files, tables, and so on that stores data and the associations among them is _____ A)hardware B)software C)database D)network E)procedures

2. It is very difficult to manage data for which of the following reasons? A) amount of data increases exponentially over time B) data are scattered throughout organizations C) increasing amount of external data must be considered D) data security is easily compromised E) all of the above

2. It is very difficult to manage data for which of the following reasons? A) amount of data increases exponentially over time B) data are scattered throughout organizations C) increasing amount of external data must be considered D) data security is easily compromised E) all of the above

3. Place the following members of the data hierarchy in the correct order: A)bit – byte – field – record – database – table B)bit – field – byte – record – table – database C)byte – bit – record – field – database D)bit – byte – field – record – table – database

3. Place the following members of the data hierarchy in the correct order: A)bit – byte – field – record – database – table B)bit – field – byte – record – table – database C)byte – bit – record – field – database D)bit – byte – field – record – table – database

4. Data are scattered throughout organizations. A) True B) False

4. Data are scattered throughout organizations. A) True B) False

5. The amount of data is increasing exponentially over time. A) True B) False

5. The amount of data is increasing exponentially over time. A) True B) False

This Week Next Week