In my SQL Server database, we have two tables: The first table is `orders` with the following columns: order_id, sales, customer_id, product_id. The second table is `customers` with the following ...