Assignment 1 Due Thursday Jan 19, 2006

Slides:



Advertisements
Similar presentations
Relational Database Operators
Advertisements

Data Bits Models Classes & Schemes Rows & Tables Keys Associations $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 Final DataBit.
Copyright 2007, Information Builders. Slide 1 Walter Brengel Information Builders New Jersey User Forum – June 2008 FOCUS to SQL DeMystified.
© Ron McFadyen1 Many-to-one-to-many We need information that can only be obtained by accessing two fact tables through a common dimension … drilling across.
March 2010ACS-4904 Ron McFadyen1 Aggregate management References: Lawrence Corr Aggregate improvement
DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 6-1 COS 346 Day 8.
March Ron McFadyen1 Using Rational Rose to create a database.
DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 6-1 COS 346 Day 7.
MIS 451 Building Business Intelligence Systems Logical Design (3) – Design Multiple-fact Dimensional Model.
Database – Part 2a Dr. V.T. Raja Oregon State University.
Designing a Database (Part I) -Identify all fields needed to produce the required information -Group related fields into tables -Determine Each Table’s.
Avoiding Database Anomalies
CIS 3051 PHP – Chapter 27 Building A Shopping Cart.
1 Outline  What is a Primary Key?  AutoNumber primary keys  Single-field primary keys  Composite-field primary key  About Foreign Keys  Database.
The Relational Model J.G. Zheng Jan 2010 CIS 8040 Database Management Systems.
Database Design – Lecture 6 Moving to a Logical Model.
ISCG 6425 Data Warehousing Staging Tables. 4.2 ETL Process Northwind1 DataWarehouse Northwind2 STAGING AREA Different Data Sources.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
Lab week 10 Aggregates and sub-queries And assignment details.
Category Category Category Category Category
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
AOIT Database Design Unit 3, Lesson 9 Data Integrity Copyright © 2009–2011 National Academy Foundation. All rights reserved.
DBM 380 Week 3 Individual Assignment ERD Creation Project The following assignment refers to material found in the Virtual Organizations. Create a detailed.
Business System Development
Chapter 5 Database Design
The Relational Database Model
Chapter 4: Part B Logical Database Design and the Relational Model
Basic Database Design COSC 2328 – Web Programming.
LIS 384K.11 Database-Management Principles and Applications
Database Management  .
Assignment 4 Map entities with relationships to relational schemas.
Theory behind the relational engine
Theory behind the relational engine
Assignment 2 Due Thursday Feb 9, 2006
Dimensional Model January 14, 2003
Inventory is used to illustrate:
Retail Sales is used to illustrate a first dimensional model
Compare and Order Numbers
Typically data is extracted from multiple sources
CS 3630 Database Design and Implementation
Minidimension Example
Assignment 2 Due Thursday Feb 9, 2006
Retail Sales is used to illustrate a first dimensional model
Data warehouse architecture CIF, DM Bus Matrix Star schema
Aggregate Improvement and Lost, shrunken, and collapsed
DATABASE SYSTEM.
Assignment 1 Due: Tuesday Jan 27, 2004

Point-in-time balances Physical database Aggregation ETL Architecture
Retail Sales is used to illustrate a first dimensional model
Role Playing Dimensions (p )
Dimensional Model January 16, 2003
DCT 2053 DATABASE CONCEPT Chapter 2.2 CONTINUE
What Causes The Tides To Occur?
Mapping an ERD to a Relational Database
INSTRUCTOR: MRS T.G. ZHOU
Aggregate improvement Lost, shrunken, and collapsed Ralph Kimball
Examines blended and separate transaction schemas
= x 2 = = 20 4 x 5 = = 16 4 x 4 = = 18 6 x 3 = = 12 2 x 6 = 12.
Review of Major Points Star schema Slowly changing dimensions Keys
Many aggregates can be defined for one base star schema
Microsoft Access Date.
ETL Processing Mechanics of ETL.
Summary of Transformation Rules
Relational Database Operators
HISTORY OF THE EARTH ANSWER SHEET
Review of Major Points Star schema Slowly changing dimensions Keys
Page 37 Figure 2.3, with attributes excluded
Recursive Relationship
Chapter 3 The Relational Model
Presentation transcript:

Assignment 1 Due Thursday Jan 19, 2006 Create a new database and use DTS to create product and customer dimensions using Northwind tables as your source. Details: Create your own copy of Northwind tables to use as source data Use surrogate keys for the PK in each dimension (include this as an additional attribute) The product dimension comprises all the data in products, suppliers and categories Hand in a sheet with your name, userid, database name, package name/password(s), and specify the number of rows exist in each dimension. Analyze the orders table and answer the following questions: How many different date values appear? What is the smallest? What is the largest? How many times does null occur for Ordered date? Required date? Shipped date? How many unique values are there for the composite: {ShipName, ShipAddress, ShipCity, ShipRegion, ShipPostalCode, ShipCountry} Jan 2005 92.4904 Ron McFadyen