C-06-Q043mediumsingle_mcq
To establish a many to many relationship between student_info and club tables, what is needed?
To establish a many to many relationship between student_info and club tables, what is needed?
- aA primary key only
- bA separate (junction) table such as student_club
- cDeleting one table
- dAn auto increment column