Hi
This is a database about a college>>
Actually I faced three problems in order to complete the database
The first problem that there are some courses that need 2 prerequisites courses in order the student can take it
Example:
Data Structure & Algorithms course have 2 prerequisites courses
Programming 2 & Discrete Mathematics.
The query only checks one of them.
If the student takes one of them, the query considers that he can take the Data Structure & Algorithms course.
My request is that I need the query to check the both courses in order to let the student take the Data Structure & Algorithms course
The second problem is that there are some courses that doesn’t depend on other courses to be taken, it just need the student to complete a specific credit hours
to be taken.
The courses are the following:
101408 Ethical Aspects of Eng. & CS >70 hrs.
101461 IT/ Marketing Research >70 hrs.
101490 Computer Software Lab >70 hrs.
101493 CS Seminar >80 hrs.
101494 Senior Project I >80 hrs.
101495 Training >80 hrs.
102594 Senior Project I >100 hrs.
102595 Training >100 hrs.
102493 CE Seminar >100 hrs.
My request is that I need to check if this student completes the demand hours in order to take these courses in the same query (if that possible)
The last problem is that as you will see I have 2 queries that used to calculate the GPA of the student, depend on the number of the completed hours and the grades for each student.
This query calculates the GPA depends on the grade and if I don’t enter any grade for any course for the student the query will consider the grade F (zero) and will calculate the GPA in wrong way.
My request that I need to make a modification so that if I enter a course for any student I can consider other letter than (A,B+,B,C+,C,D+,D,F) for example N
If I enter N, this course will be calculated in the completed hours but not enter in the GPA calculation.
I add all the courses and the prerequisites so that the db become bigger : )
thanx alot in advance for ur help
This is a database about a college>>
Actually I faced three problems in order to complete the database
The first problem that there are some courses that need 2 prerequisites courses in order the student can take it
Example:
Data Structure & Algorithms course have 2 prerequisites courses
Programming 2 & Discrete Mathematics.
The query only checks one of them.
If the student takes one of them, the query considers that he can take the Data Structure & Algorithms course.
My request is that I need the query to check the both courses in order to let the student take the Data Structure & Algorithms course
The second problem is that there are some courses that doesn’t depend on other courses to be taken, it just need the student to complete a specific credit hours
to be taken.
The courses are the following:
101408 Ethical Aspects of Eng. & CS >70 hrs.
101461 IT/ Marketing Research >70 hrs.
101490 Computer Software Lab >70 hrs.
101493 CS Seminar >80 hrs.
101494 Senior Project I >80 hrs.
101495 Training >80 hrs.
102594 Senior Project I >100 hrs.
102595 Training >100 hrs.
102493 CE Seminar >100 hrs.
My request is that I need to check if this student completes the demand hours in order to take these courses in the same query (if that possible)
The last problem is that as you will see I have 2 queries that used to calculate the GPA of the student, depend on the number of the completed hours and the grades for each student.
This query calculates the GPA depends on the grade and if I don’t enter any grade for any course for the student the query will consider the grade F (zero) and will calculate the GPA in wrong way.
My request that I need to make a modification so that if I enter a course for any student I can consider other letter than (A,B+,B,C+,C,D+,D,F) for example N
If I enter N, this course will be calculated in the completed hours but not enter in the GPA calculation.
I add all the courses and the prerequisites so that the db become bigger : )
thanx alot in advance for ur help