Example:
INSERT INTO table1 inner join table2 on table2.parent=table1.id values(...)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
at least one. http://www.oracle-developer.net/display.php?id=209
..excerpt…
Use of views and triggers can do it as well. http://www.dbforums.com/microsoft-sql-server/663921-update-multiple-tables-via-view.html
….Excerpt from above…
There may be other ways; but that’s the two I was aware of.