K
Kevin Labore
Hi
First Where are some good places to find example on relationships. I have
written several simple relational databases. The one I am currently working
is a bit more complicated than I have done before.
This database will track grades for students, class, course, college. In
the past I have written a spreadsheet (and modified it every semester) it
did the job, but I wanted something more for reporting.
If this post should be posted some other place, please excuse my error, and
I will repost appropriately
Here is a rundown of what I need the database or
My Wife is an adjunct professor and teaches at up to 4 college per semester.
She can teach the same course at either the same college or different
college in the same semester, the same student could be taking more than one
of here classes.
My Basic design is as follows for tables:
Assignments (AssignID, AssignTypeID, CourseID, ClassID, CollegeID,Assign
Desc(paper1, quiz2, etc), AssignValue(in % of total grade(10%))
AssignmentType (AssignTypeID, AssignTypeDesc(test, quiz, paper, etc) )
Classes(ClassID, CourseID, CollegeID,SemesterID,ClassYearID, ClassDesc(Intro
Fall2006))
Colleges(CollegeID, CollegeName)
Grades(GradeID,CollegeID, CourseID, ClassID, AssignID,StudentID,
Grade(actual grade for the assignment))
ClassYear(ClassYearID, ClassYear(2005,2006, etc)
Semester(SemID,Semster(Fall, Spring, Summer, etc)
Students(StudentID, Student_FName, Student_LName, etc)
StudClass(StudClassID,StudentID,ClassID) (What Students are in what classes)
Courses(CourseID, CourseName, CourseNum(Text ie. PSC-101), CollegeID
I think I am trying to be "too relational" --- my thinking was I wanted to
be to list or enter data in different ways
(i.e.. enter grades for ALL Students for ONE particular assignment)
(show ALL students in a particular class)
(i.e.. enter ALL Assignments for one Class/college)
some other things that could happen a student could with draw from a
particular class
The sum of the assignments for a particular class must = 1(100%)
This was all nicely down with a simply spreadsheet that took me about an
hour to create.
However I want to experiment with a challenging database but I am lost on
where to go
I am open to some suggestions.
Thanks in advance for any help you can offer
Kevin
First Where are some good places to find example on relationships. I have
written several simple relational databases. The one I am currently working
is a bit more complicated than I have done before.
This database will track grades for students, class, course, college. In
the past I have written a spreadsheet (and modified it every semester) it
did the job, but I wanted something more for reporting.
If this post should be posted some other place, please excuse my error, and
I will repost appropriately
Here is a rundown of what I need the database or
My Wife is an adjunct professor and teaches at up to 4 college per semester.
She can teach the same course at either the same college or different
college in the same semester, the same student could be taking more than one
of here classes.
My Basic design is as follows for tables:
Assignments (AssignID, AssignTypeID, CourseID, ClassID, CollegeID,Assign
Desc(paper1, quiz2, etc), AssignValue(in % of total grade(10%))
AssignmentType (AssignTypeID, AssignTypeDesc(test, quiz, paper, etc) )
Classes(ClassID, CourseID, CollegeID,SemesterID,ClassYearID, ClassDesc(Intro
Fall2006))
Colleges(CollegeID, CollegeName)
Grades(GradeID,CollegeID, CourseID, ClassID, AssignID,StudentID,
Grade(actual grade for the assignment))
ClassYear(ClassYearID, ClassYear(2005,2006, etc)
Semester(SemID,Semster(Fall, Spring, Summer, etc)
Students(StudentID, Student_FName, Student_LName, etc)
StudClass(StudClassID,StudentID,ClassID) (What Students are in what classes)
Courses(CourseID, CourseName, CourseNum(Text ie. PSC-101), CollegeID
I think I am trying to be "too relational" --- my thinking was I wanted to
be to list or enter data in different ways
(i.e.. enter grades for ALL Students for ONE particular assignment)
(show ALL students in a particular class)
(i.e.. enter ALL Assignments for one Class/college)
some other things that could happen a student could with draw from a
particular class
The sum of the assignments for a particular class must = 1(100%)
This was all nicely down with a simply spreadsheet that took me about an
hour to create.
However I want to experiment with a challenging database but I am lost on
where to go
I am open to some suggestions.
Thanks in advance for any help you can offer
Kevin