Amazon Sr. BIE SQL Question, June 2021

There were two tables -

  1. 'Orders' with - order_id(PK), item id, quantity, order_date [Transactional Table]

  2. 'Catalog' with-item id, product group, location [Dimension Table]

They asked to write a SQL code that will return the product groups of US that has no sale in any unit(i.e all the item id from an individual product group has no sale).

Comments (10)