Jump to content

How to join tables?


melo

Recommended Posts

Can anyone help me on how will I join my three tables? 

I have this.

 

table name: tbl_multiplechoice

 

questionId  

choice_A  

choice_B  

choice_C  

choice_D  

correct_answer 

 

 

table name: tbl_tof

questionId

correct_answer

 

table name: tbl_idef

questionId

correct_answer

 

 

what I want to do is to JOIN them so that I can compare the user's answer from the correct_answer of those tables. I tried UNION and UNION ALL but failed. Only the table of multiple choice is selecting.

 

It would be a great help! thanks. I already post this topic but in a wrong category so I am posting it here now.

 

Link to comment
https://forums.phpfreaks.com/topic/275785-how-to-join-tables/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.