Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider following schema for the database. Use report builder please Use the sample database and Run all the 3 files on SQL Server in
Consider following schema for the database. Use report builder please
Use the sample database and Run all the 3 files on SQL Server in the following sequence.
- Drop all objects
- Create objects
- Load data
Q3. Generate following reports for the same dataset.
- Plot a chart of products available for different categories.
- Plot a chart of products available for different brands.
- Create a tabular report depicting details of employees working for different managers.
- Display number of orders in each week/ month/quarter/year.
- Plot sale data for different categories over time.
this is the link for dataset sample
BikeStores Sample Database - create objects.sql
BikeStores Sample Database - drop all objects.sql
BikeStores Sample Database - load data.sql
Sales customers * customer_id first_name last_name phone email street city state zip_code orders * order_id customer_id order_status order_date required_date shipped_date store_id staff_id + staffs staff_id first_name last_name email phone active store_id manager_id phone email street stores store_id store_name city state zip_code order_items order_id *item_id product_id quantity list_price discount to ++ Production et categories *category_id category_name products *product_id product_name brand_id category_id model_year list_price stocks store_id *product_id quantity brands * brand_id brand_name ++
Step by Step Solution
★★★★★
3.31 Rating (151 Votes )
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started