I have looked at the databaseanswers site, but can't seem to find a model that addresses the issues I am having. My (school) project is to create a product that:
I have come up with a list of "concepts" to help me with my database. However, I am having trouble with a few things:
I am well under my post limit, so I have zipped my database and have attached it to this post. My original concept list is also in the zip.
I would really appreciate ANY help.
- Creates a schedule for a student's desired courses
- Determines the courses a student must take given the desired course sequence, courses completed, and courses enrolled
I have come up with a list of "concepts" to help me with my database. However, I am having trouble with a few things:
- I am very scared that my model is totally wrong (this is more of a general issue, obviously)
- I am having a hard time modelling course prerequisites - that is, how do I make/use a Course entity that may have (0 to Many) Courses as prerequisites?
- I am also having difficulty with Course Sequences. At Uni, a student in a given department, with a given concentration, has a sequence that she or he must follow. Given the Course table, a Concentration table, and a Department table, how can I do the Course Sequences?
I am well under my post limit, so I have zipped my database and have attached it to this post. My original concept list is also in the zip.
I would really appreciate ANY help.