Question: Use the SQL Workbench. Module 4 Kimtay Pet Supplies 8. List the item ID, description, and on-hand value (units on hand * unit price) of
Use the SQL Workbench. Module 4 Kimtay Pet Supplies
8. List the item ID, description, and on-hand value (units on hand * unit price) of each item in category CAT. (On-hand value is technically units on hand * cost, but there is no COST column in the ITEM table.) Assign the name ON_HAND_VALUE to the computed column
10. Use the IN Operator to list the item ID and description of each item in category FSH or BRD
12. List all details about all items. Order the output by description.
16. List the item I.D, description, and on-hand value of each item whose number of units on hand is more than the average number of units on hand for all items (Hint: Use a subquery.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
