1 Course have at least 1 lecture
1 Lecture can have 0 or more Tutorial
1 Lecture can have 0 or more Lab
1 Tutorial can have 0 or more Lab
This is how my tables are setup for the moment:

I have encounter 2 different situations for courses:
1 - for a given lecture, you have 0 tutorial, but 2 labs sections (you choose only 1 lab) --> so 1 lec + 1 lab 2 - for a given lecture, you have 2 tutorials, and 2 labs associated with each tutorial --> so 1 lec + 1 tut + 2 labs
My structure will fail for situation #1 (since 0 TUT will brake the link between LEC and LAB)
Alternative structure (as propose by octern):
COURSE - LEC
LEC - TUT
LEC - LAB
The problem with this is: how do I determine if student has to take 1 or 2 labs?