I have a question as the title,I wanna get the products which appeared in every Warehouse, I have no idea when i thought long time,i found i am so beetleheaded,
Thare are three tables in my sql server database:
Product ( productID, name,model, size, color )
Warehouse ( warehouseID, name, address )
Inventory ( warehouseID, productID, quantity )
i hope someone help me to have a look and can write the sql that get the result
Thank you.