943,944 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 641
  • C++ RSS
Sep 6th, 2007
0

help needed

Expand Post »
Here are two sample tables of information which are used by a high school to keep track of the grades for its students. One table contains the names and addresses of the students, together with a student ID number. The second table contains the class name and class ID number, together with the student ID number and the grade for that student for that class. If the student did not take the class, the class grade is left empty. To list the grades for all the courses taken by a student, you have to use the Student table to get the name of the student and the Student ID, and then use the Student ID to look in the Class table to find the classes for which this student has a grade.

Student
---------
Student ID
Name
Address Line 1
Address Line 2
Zip Code
_______________________
Class
------
Class ID
Name
Student ID
Grade
Semester(Fall, Spring)
Teacher
Year

Business Report Needed:
List the students by name and their grades for all classes taken in the Fall semester of last year.

Question For You To Answer:
Which lines of the tables are needed to get the information for the business report? Use the tables above. Tick the box next to each line of information which is needed.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
hassan_kh is offline Offline
12 posts
since Sep 2007
Sep 6th, 2007
0

Re: help needed

well, what do YOU think is the answer ?
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2282
Retired and Enjoying Life
Ancient Dragon is offline Offline
21,953 posts
since Aug 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: Help:What would happen when the code is run?
Next Thread in C++ Forum Timeline: Pls Help





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC