Counting the Many
Recently in an interview I was asked to provide a query for the following tables: ORDER orderID orderDate ORDERITEM orderItemID orderID OrderDescription These tables have a one-to-many relationship, as in each order can have multiple order items. The objective of […]