2
Answers

How to insert Order ID in another table order Detail.?

I have two table one is order col(OrderID,CustomerName) table and second one is orderdetail Col(OrderID,Productname,qty)table ,now i want that orderID auto insert into orderdetail table when i add productname in orderdetail table.

Answers (2)