Question: Management wants to review products from internati…

Question: Management wants to review products from international suppliers (not from USA) that are priced under $100 OR are in the ‘Sports’ or ‘Accessories’ categories. Write the query to show product and supplier details.  Display: product_name, category, unit_price, supplier_name, country (sorted by country ascending, unit_price descending)