I am using MySQL database.
Supposedly I have 3 table.
Table A : column ida
Table B : column idb
Table C: column A,B
I want to write a single through which I can insert values from Table A and Table B to Table C ??
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.
It should be something like this
but you’ll have to finish inserting the relation between tables.