I have a request table in mysql, where it must be informed the total value of the request, the date, the customer id, and the products that were purchased. The problem that these products is in the product table. I would like to know how do I insert these various products with the sql command? Insert only one product I know of good. I will use this in a C # Web application, where the client selects the products on a grid and confirms the request.