0% found this document useful (0 votes)
182 views1 page

Star Schema

This document presents a star schema for an RRV sales database with dimensions for product, dealer, customer, and purchase date, and fact tables for RRV sales and purchases. The schema includes keys and attributes for each dimension like product make, model, and dealer information. The fact tables contain sales amounts, fees, and prices linked to dimensions.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
182 views1 page

Star Schema

This document presents a star schema for an RRV sales database with dimensions for product, dealer, customer, and purchase date, and fact tables for RRV sales and purchases. The schema includes keys and attributes for each dimension like product make, model, and dealer information. The fact tables contain sales amounts, fees, and prices linked to dimensions.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

STAR SCHEMA - RRV SALES

PRODUCT Product Key <pi> Integer Product Make Variable characters (30) Product Model Variable characters (30) Product Color Variable characters (30) Product Model Year Variable characters (30) Product Plant Code Variable characters (30) Product Vehicle Type Variable characters (30) Product Feature Set Variable characters (30) Product Manufacturing Date Variable characters (30) Product Storage Capacity Variable characters (30) Product Luxury Variable characters (30) Product Key <pi> DEALER Dealer Key <pi> Number Dealer Code Number Dealer Name Variable characters (50) Dealer Address Variable characters (50) Dealer City Variable characters (50) Dealer State Variable characters (50) Dealer Zip Number Dealer Phone Number Dealer Email Variable characters (50) Dealer Website Variable characters (50) Dealer Type Variable characters (50) Dealer Zone ID Variable characters (50) Dealer Key <pi>

Conceptual Data Model Model: STAR SCHEMA Package: Diagram: Diagram_1 Author: Swetha Date: 10/16/2012 Version: 1.0

CUSTOMER RRV Product Customer Key <pi> Integer Customer ID Integer Customer First Name Variable characters (50) Customer Middle Name Variable characters (50) Customer Last Name Variable characters (50) Customer Address Variable characters (50) Customer City Variable characters (50) Customer State Variable characters (50) Customer Zip Number Customer Phone Number Customer Key <pi>

RRV Dealers

RRV SALES Money RRV Sales RRV Processing Fees Money RRV Handling Fees Money Money RRV Transit Fees Customer for RRV

RRV Purchase RRV Sales Calendar PURCHASE Purchase Key <pi> Number Purchase Year Variable multibyte Purchase Month Variable multibyte Purchase Day Variable multibyte Purchase Type Variable characters (30) Purchase Incentive Variable characters (30) Purchase RRV Variable characters (30) Purchase Retail Price Money Purchase Suggested Price Money Purchase Manf. Price Money Purchase Key <pi>

CALENDAR Dealer Application Date Dealer Transaction Date Purchase RRV Date Rollup Yearly Rollup Monthly Rollup Period Rollup Daily Date Date Date Money Money Money Money

You might also like