You are designing a Cloud Spanner database for a logistics company to track deliveries. The database includes a deliveries table with columns driverId , routeId , and deliveryDate . Management wants to frequently query routes for specific drivers on specific dates. You want to optimize the query performance by parameterizing the query. What query should you use?