Write the SQL queries that accomplish the following tasks in the ZAGI Retail Company Sales Department Database: -Display
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write the SQL queries that accomplish the following tasks in the ZAGI Retail Company Sales Department Database: -Display
Write the SQL queries that accomplish the following tasks in theZAGI Retail CompanySales Department Database:-Display the ProductID, ProductName, and ProductPrice for productswith a ProductPrice in between ($50 and $80) -Display the ProductID, ProductName, ProductPrice, VendorName, andCategoryName of products supplied by ' Pacific Gear'-Display the TID and the total number of items (of all products)sold within the transaction for all sales transactions whose totalnumber of items (of all products) sold within the transaction isgreater than five.