C-06-Q045mediumsingle_mcq
To establish a many to many relationship between student_info and club, what is required?
To establish a many to many relationship between student_info and club, what is required?
- aNothing extra is needed
- bA separate table (e.g. student_club) must be created
- cThe two tables must be merged into one
- dA null value must be added