ORM Filtering Exercise Questions:
Write code to find:
• Customers with .com accounts
• Collections that don’t have a featured product
• Products with low inventory (less than 10)
• Orders placed by customer with id = 1
• Order items for products in collection 3
Found this in a different website (not sure if this is valid)