Your company's inventory system is built on Cloud Spanner, with each item having an itemId and associated warehouseId . Analysts need to perform regular checks on item stock levels at specific warehouses. You are tasked with writing a parameterized query that will be used frequently to check stock for different items in a specific warehouse. How should you structure your query?