Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. You will re-create the BIClass Database Star Schema using the FileUpload.OriginallyLoadedData table. 2. You will create stored procedures to load the individual table of

1. You will re-create the BIClass Database Star Schema using the FileUpload.OriginallyLoadedData table.

2. You will create stored procedures to load the individual table of the star schema. They will be executed within one stored procedure which will pass one parameter to that may truncate all of the data except from the FileUpload.OriginallyLoadedData table.

You add two new tables: 1. [CH01-01-Dimension].[DimProductCategory] 2. [CH01-01-Dimension].[DimProductSubcategory] The table will be related to the product table using the grandparent to parent to child relationship below: 1. [CH01-01-Dimension].[DimProductCategory] a. [CH01-01-Dimension].[DimProductSubcategory] i. [CH01-01-Dimension].[DimProduct] The stored procedures are stubs where you fill in the appropriate SQL.

Please document the each of the procedures. Please be aware of referential integrity issues when deleting/ inserting

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning Microsoft SQL Server 2012 Programming

Authors: Paul Atkinson, Robert Vieira

1st Edition

1118102282, 9781118102282

More Books

Students also viewed these Databases questions

Question

What is the most important part of any HCM Project Map and why?

Answered: 1 week ago