Data Organization Data files Databases Data streams Data files Databases Data streams.

Slides:



Advertisements
Similar presentations
Microsoft Excel 2002 Microsoft Excel is a powerful spreadsheet program that helps you to organize data complete calculations make decisions graph data.
Advertisements

Database Management Using Microsoft Access Xinhua Chen, Ph.D. Chinese Association of Professionals in Science and Technology March 23, 2003.
CIT 381 What are databases? What are (R)DBMSs? How do we use/access databases? WWW and databases (client server) Who works with databases? History of databases.
© 2008 Pearson Prentice Hall, Experiencing MIS, David Kroenke
Lecture Microsoft Access and Relational Database Basics.
Database Software File Management Systems Database Management Systems.
12 CHAPTER DATABASES Databases are the key to accessing information throughout our lives. Used in hospitals, grocery stores, schools, department stores,
Multiple Tiers in Action
Living in a Digital World Discovering Computers 2010.
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
CSC 2720 Building Web Applications Database and SQL.
Computers Are Your Future © 2008Prentice-Hall, Inc.
XP New Perspectives on Microsoft Access 2002 Tutorial 71 Microsoft Access 2002 Tutorial 7 – Integrating Access With the Web and With Other Programs.
MS Access 2007 IT User Services - University of Delaware.
MMG508.  Access Types  Tables  Relational tables  Queries  Stored database queries  Forms  GUI forms for data entry/display  Reports  Reports.
Computing for Bioinformatics Introduction to databases What is a database? Database system components Data types DBMS architectures DBMS systems available.
1 Working with MS SQL Server. 2 Objectives You will be able to Use Visual Studio for GUI based interactive access to a Microsoft SQL Server database.
MySQL GUI Administration Tools Rob Donahue Manager, Distributed Systems Development May 7th, 2001 Rob Donahue Manager, Distributed Systems Development.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
OPC Database.NET. OPC Systems.NET What is OPC Systems.NET? OPC Systems.NET is a suite of.NET and HTML5 products for SCADA, HMI, Data Historian, and live.
Information Systems Chapter 5 Building the database Part 1. Unsing Access.
MSR Sense The Microsoft Research Networked Embedded Sensing Toolkit Stewart Tansley, PhD Adapted from: Feng Zhao.
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.
Simple Database.
CIS 103 — Applied Computer Technology Last Edited: September 17, 2010 by C.Herbert Using Database Management Systems.
Databases. Database A database is an organized collection of related data.
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
Computer Science 101 Database Concepts. Database Collection of related data Models real world “universe” Reflects changes Specific purposes and audience.
MET280: Computing for Bioinformatics Introduction to databases What is a database? Not a spreadsheet. Data types and uses DBMS (DataBase Management System)
Database Fred Durao What is a database? A database is any organized collection of data. Some examples of databases you may encounter in.
Lecturer: Gareth Jones. How does a relational database organise data? What are the principles of a database management system? What are the principal.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe the qualities of valuable information.
Relational Databases Database Driven Applications Retrieving Data Changing Data Analysing Data What is a DBMS An application that holds the data manages.
Chapter 5 Database Processing. Neil uses software to query a database, but it has about 25 standard queries that don’t give him all he needs. He imports.
Jim Janson. Agenda Evolution of software architectures 3-tier User interfaces Application servers Databases.
Security Considerations Steve Perry
Course FAQ’s I do not have any knowledge on SQL concepts or Database Testing. Will this course helps me to get through all the concepts? What kind of.
Database Concepts Track 3: Managing Information using Database.
CS453: Databases and State in Web Applications (Part 2) Prof. Tom Horton.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Summer 2007.
MySQL Importing and creating a database. CSV (Comma Separated Values) file CSV = Comma Separated Values – they are simple text files containing data which.
Planning & Creating a Database By Ms. Naira Microsoft Access.
PhpMyAdmin Matthew Walsh April 28, 2003 CMSC Shawn Sivy.
BR SQL SUPPORT I have a legacy application and I don’t intend to rewrite it any time soon. Why should I be concerned with this?
The Jukebox is a.NET web application that plays streaming music files to it’s clients according to their favorites musical genres. Clients can rate the.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Internet/Web Databases
Introduction to Microsoft Access
Intro to MIS – MGS351 Databases and Data Warehouses
Data Resource Management
Software.
Introduction to Web programming
Created by Kamila zhakupova
Multitier Architecture, MySQL & PHP
ICT Database Lesson 1 What is a Database?.
Database Management  .
Databases and Data Warehouses Chapter 3
قاعدة البيانات Database
قاعدة البيانات Database
Database.
Computers Are Your Future
PHP and MySQL.
Parts of an Excel Window
Let’s Learn About Spreadsheets
Chapter 10 ADO.
Database Applications
Working With Databases
Database Connections.
UFCEUS-20-2 Web Programming
Ch 1 .Installing and configuring SQL Server 2005
Presentation transcript:

Data Organization Data files Databases Data streams Data files Databases Data streams

The organization of data  Data/information must be organized  Computer/network accessible  Stored or streaming  Data/information must be organized  Computer/network accessible  Stored or streaming

Stored information  Spreadsheet  Worksheet oriented  Cells, columns, rows  Can be set up to look like a table  Database  Table oriented  Column headings describe a row  Rows are records  Tables can be related (relational database)  Spreadsheet  Worksheet oriented  Cells, columns, rows  Can be set up to look like a table  Database  Table oriented  Column headings describe a row  Rows are records  Tables can be related (relational database)

Spreadsheets in Excel  Limited in size to 64K rows, 256 columns  Slow to compute changes  Accessed via GUI or Visual Basic  Can be exported to relational database table  Limited in size to 64K rows, 256 columns  Slow to compute changes  Accessed via GUI or Visual Basic  Can be exported to relational database table

Excel Worksheet

Relational Databases  Licensed Databases  MS Access, MS Sequel Server, Oracle  Free databases  MySQL, PostgresSQL, MaxDB, Firebird, Ingres (  Interfaces: GUI, SQL, Programming languages (Java, Perl, PHP, C++, VB)  Licensed Databases  MS Access, MS Sequel Server, Oracle  Free databases  MySQL, PostgresSQL, MaxDB, Firebird, Ingres (  Interfaces: GUI, SQL, Programming languages (Java, Perl, PHP, C++, VB)

Relational Table

Relational Table Elements

Relating Tables

One to One Relationship

One to Many Relationship

Many to Many Relationship

Data Streams  Not stored in a file  Serial data  Real-time  Underlying model to discover changes over time  Drift in the data mining/analysis tools needed  Incremental adaptation of the learning algorithm  2006 inaugural conference   Not stored in a file  Serial data  Real-time  Underlying model to discover changes over time  Drift in the data mining/analysis tools needed  Incremental adaptation of the learning algorithm  2006 inaugural conference 

Data Stream Examples  Network Packets  AP news wire  Live audio / video  Control system data  Customer click streams  Telephone records  Large sets of web pages  Retail transactions  Network Packets  AP news wire  Live audio / video  Control system data  Customer click streams  Telephone records  Large sets of web pages  Retail transactions

Summary  Data is stored or streaming  Data is organized  Data is accessible programmatically  Need to know  How data is organized  How to access the data  How to apply DI tools to the data  Data is stored or streaming  Data is organized  Data is accessible programmatically  Need to know  How data is organized  How to access the data  How to apply DI tools to the data