CSI315CSI315 Web Development Technologies Continued.

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
Lecture-7/ T. Nouf Almujally
By: Mr Hashem Alaidaros MIS 211 Lecture 4 Title: Data Base Management System.
Prentice Hall, Database Systems Week 1 Introduction By Zekrullah Popal.
Management Information Systems, Sixth Edition
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
Chapter 3 Database Management
Database Management: Getting Data Together Chapter 14.
Organizing Data & Information
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
Chapter 14 The Second Component: The Database.
Introduction to Database Management
BUSINESS DRIVEN TECHNOLOGY
Lecture-8/ T. Nouf Almujally
Databases Ms. Scales. What is a Database? Database  A collection of data organized for fast search and retrieval  Examples: Telephone Directories Hospital.
Chapter 5 Application Software.
ACS1803 Lecture Outline 2 DATA MANAGEMENT CONCEPTS Text, Ch. 3 How do we store data (numeric and character records) in a computer so that we can optimize.
Intro to MIS – MGS351 Databases and Data Warehouses Chapter 3.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
Database Design - Lecture 1
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.
Concepts of Database Management, Fifth Edition Chapter 1: Introduction to Database Management.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Web-Enabled Decision Support Systems
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
DW-1: Introduction to Data Warehousing. Overview What is Database What Is Data Warehousing Data Marts and Data Warehouses The Data Warehousing Process.
Introduction: Databases and Database Users
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
End Show 3.4 Database Management System Unit 3. End Show What is a database? It’s an organized collection of data, related to a particular subject or.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
Storing Organizational Information - Databases
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
© Paradigm Publishing Inc. 5-1 Chapter 5 Application Software.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Computer Software Chapter 4.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
CHAPTER 3 DATABASES AND DATA WAREHOUSES. 2 OPENING CASE STUDY Chrysler Spins a Competitive Advantage with Supply Chain Management Software Chapter 2 –
Decision Support and Date Warehouse Jingyi Lu. Outline Decision Support System OLAP vs. OLTP What is Date Warehouse? Dimensional Modeling Extract, Transform,
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.
1 CS 430 Database Theory Winter 2005 Lecture 2: General Concepts.
Data resource management
Chapter 3 Databases and Data Warehouses: Building Business Intelligence Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
DATA RESOURCE MANAGEMENT
Decision Support Systems: An Overview by Dr.S.Sridhar,Ph.D., RACI(Paris),RZFM(Germany),RMR(USA),RIEEEProc. web-site :
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
The Need for Data Analysis 2 Managers track daily transactions to evaluate how the business is performing Strategies should be developed to meet organizational.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
Foundations of information systems : BIS 1202 Lecture 4: Database Systems and Business Intelligence.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Intro to MIS – MGS351 Databases and Data Warehouses
Fundamentals & Ethics of Information Systems IS 201
Databases and Data Warehouses Chapter 3
What is a Database and Why Use One?
MANAGING DATA RESOURCES
Chapter 1 Database Systems
Chapter 9 Database and Information Management.
Chapter 1 Database Systems
Chapter 3 Database Management
LEARNING OUTCOMES After studying this chapter, you should
Terms: Data: Database: Database Management System: INTRODUCTION
Presentation transcript:

CSI315CSI315 Web Development Technologies Continued

Data Data is an un-processed collection or representation of raw facts, concepts, or instructions in a manner suitable for communication, interpretation, or processing by humans or by automatic means. It can be defined as unprocessed information. Data that has been interpreted, translated, or transformed to reveal the underlying meaning is called information. Information is the result of processing, manipulating and organizing data in a way that adds to the knowledge of the person receiving Data is converted into information, and information is converted into knowledge.

The Data Layer All of the web technologies at the Data Layer define, describe, or standardize one or more of the data characteristics: –Data types (letters, numbers, dates, ints, floats. strings ) –Data descriptions (reference keywords) –Data formats (DD/MM/YYYY, $ ) –Data values Data is stored in databases across the Internet

The Database A logical collection of interrelated data organized to meet the needs and structure of an organization. A collection of information organized and presented to serve a specific purpose. A computerized database is an updated, organized file of machine readable information that is rapidly searched and retrieved by computer. A collection of related electronic records in a standardized format, searchable in a variety of ways, such as title, author, subject, and keyword.

Databases Databases are designed to offer an organized mechanism for storing, managing and retrieving information. Data from the database extracted from the internal (Finance, Marketing, Production, Personnel etc.) and external sources like industry data, regional employment data etc. Data may organized in one or more separate databases or in a data warehouse, or a special independent database.

Database Actions Actions that you can perform to a database Retrieve all records that match certain criteria Update records in bulk Cross-reference records in different tables Perform complex aggregate calculations

Database Management System (DBMS) A collection of computer programs that allow creation, storage, modification, and extraction of information from the database. Captures data for inclusion in the database Updates(adds, deletes, edits, changes) data records and files Interrelates data from different sources Retrieves data from the database for queries and reports Provides comprehensive data security-access, recovery Performs complex data manipulation tasks based on queries Tracks data within the DSS Manages data through a data dictionary

The Query Facility Performs queries on the data It accepts data from other DSS components Determines how the request can be filled ( consults data dictionary) Formulates the detailed request Returns the results to the issuer of request

Data Directory A catalog of of all data in the database Contains data item definitions, their sources and exact meaning Supports updates like additions and deletions

Web Databases(OLAP) Analytic databases (a.k.a. OLAP- On Line Analytical Processing) are primarily static, read-only databases which store archived, historical data used for analysis. They enable analysts, managers and executives to gain insight into data through fast, consistent, interactive access. For example a user could –request spreadsheet analysis showing all of a company's products sold in a certain month –compare revenue figures with those for the same products another month –see a comparison of other product sales in another branch/company in the same time period

Web Databases (OLTP) Operational databases (a.k.a. OLTP On Line Transaction Processing Databases that allow the real-time processing of SQL transactions to support e-commerce and other time-critical applications. This type of processing is known as online transaction processing (OLTP ) An OLTP database has Read and Write access. This is where transactions are actually entered, modified, and/or deleted.

Data model A data model is a "description" of both a container for data and a methodology for storing and retrieving data from that container. Data models are abstractions, often at times mathematical algorithms and concepts Used for presenting entities of interest and their relationships in the database

Database Models Relational Database : most popular form. Table = data file Data collected in 2-dimensional tabular form. Columns(field) e.g Data field called Cu. Name,ID, Address etc. ), rows (records made up of several field) Data files may be related by a common field forming a relation.

Hierarchical Databases Data items arranged in a top down fashion Logical links between data items e.g

Database Models Cntd. Networked Databases Structure allows dependencies among elements Saves storage space through sharing of data items

Database Models Cntd O-O Databases Defines data as objects and models natural relationships between objects(inheritance, encapsulation, behavior etc.) Uses a hierarchy of classes and sub-subclasses Multimedia based databases Uses a variety of formats in addition to text and numeric fields (bitmaps,video clips, sound, virtual reality)

Database Connectivity two ways connecting to the database directly using a command shell connecting to the database over the network using sockets (if that database allows such interaction).

Database Issues: Online Database : A collection of information organized in such a way that a website visitor can quickly select desired pieces of data. Uses include: Show visitors your vast inventory by price, category and pictures. Let customers use a search function to quickly find a product or service. A must for e-commerce websites that carry 10 or more items. Quickly change and update your website through the administration tool of the website. Store information.

Database Issues (Tutorial) Data warehousing Data mining