Assignment: DB Fundamentals SQL (60 points)Read the brief case below. Using Oracle Application Express, complete the questions. Downtown Office Supply Downtown Office supply is a small family...




This is an assignment that will require you to need my help in the beginning to log on.Are you experienced with any technology assignments ?


Assignment: DB Fundamentals SQL (60 points) Read the brief case below. Using Oracle Application Express, complete the questions. Downtown Office Supply Downtown Office supply is a small family owned store in a small suburb. In order to maintain and grow the business the owners want to do some analysis to see how their sales are doing. Management wants to see how the company did last year and make some decisions about what products to keep along with staffing for busy times of the year. Instructions: 1. Visit Oracle Live SQL - https://livesql.oracle.com 2. Create an account and login. The account should be created using your UTD email address. 3. Click on “My Scripts” on the left menu. 4. Upload the “OfficeSupply.sql” script by clicking the upload Script button in the upper right corner. 5. Fill in the required fields and upload the script. 6. Once the script is uploaded click Run Script in the upper righ corner. 7. Click on the “Run” on the top right corner 8. To verify if your script ran fine – Click on “Schema” from the menu on the left. You ll find the tables listed as described below. Take a Screen shot and paste it into the document. 10 points for setup. Use the ER Diagram below to understand the Data Model Respond to the questions below. Paste the query and a screenshot of the result for each of the questions. Take the Screenshot in a way that the Username is captured. For example: Your Username should be visible 10 points each - You must include a screen shot AND the sql query in your answer. The screen shot must clearly display your user name. 5 pts for the screen shot, 5 pts for the query. 1. List all the different product categories and sub categories. Sort the sub categories in alphabetical order. 1. How many ORDERS had a CRITICAL order_priority? [Hint: you will use the function COUNT(*) ] 1. Display the order date and the ship date for all orders that were made April 1 through April 15. List the order date, ship date, order priority, and ship mode. Order the results by order_date. Do you notice anything unusual about the data? [Hint: You will need to join the orders and shipping together and use a join statement. You will need to limit the result set by the date field order_date <= to_date('04/15/2018', 'mm/dd/yyyy'). ] 1. how much sales and profit was made from the sales of computer peripherals (prod_8)? [hint: you will use the sum function you will need a where clause to filter the rows]. 1. list the sales, order_quantity, and profit for all products in the technology category. display the product sub category name, the sales, order quantity, and profit. order by the product sub category name. [hint: you will need to join the market and product tables together and filter the rows by product category. you will also need an order by clause]. to_date('04/15/2018',="" 'mm/dd/yyyy').="" ]="" 1.="" how="" much="" sales="" and="" profit="" was="" made="" from="" the="" sales="" of="" computer="" peripherals="" (prod_8)?="" [hint:="" you="" will="" use="" the="" sum="" function="" you="" will="" need="" a="" where="" clause="" to="" filter="" the="" rows].="" 1.="" list="" the="" sales,="" order_quantity,="" and="" profit="" for="" all="" products="" in="" the="" technology="" category.="" display="" the="" product="" sub="" category="" name,="" the="" sales,="" order="" quantity,="" and="" profit.="" order="" by="" the="" product="" sub="" category="" name.="" [hint:="" you="" will="" need="" to="" join="" the="" market="" and="" product="" tables="" together="" and="" filter="" the="" rows="" by="" product="" category.="" you="" will="" also="" need="" an="" order="" by="">
Mar 19, 2023
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here