alkeshtech 0 Light Poster

Hello,
I am currently working on a sample class registration system for which I need to maintain class prerequisites. I have to display class prerequisites as a boolean expression.
Example:
Class A's prerequisites (B AND C) OR D

I am not sure how to handle this.

Design so far:
A Class have many sections.
Class(class_abbreviation, class_number, description)
Section(section_id, start_time, end_time, total_seats, open_seats, teacher_id, class_abbreviation, class_number)

Any suggestions how to handle prerequisites??

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.