How can I Insert Data into Foreign Key Table using sql Query?
Anusha
2012-11-05 21:37:59 UTC
I have two tables in database 'Reservation' and 'Guest' contain one to many relationship.I want to insert data into Guest Table where Particular Reservation No in Reservation Table..i am using sql and jsp for doing this.plzzzzzzzzz help me urgent
Five answers:
Prashant
2012-11-05 23:03:42 UTC
Sample SQL Code to manage one-to-many data in your SQL