A travel agency uses a Cloud Spanner database to store bookings in a bookings table with columns userId , tripId , and destination . The agency wants to frequently query trips for a specific user traveling to a specific destination. You need to write a parameterized query to optimize performance. Which query should you use?