| | |
help needed
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Sep 2007
Posts: 12
Reputation:
Solved Threads: 0
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.
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
- Harddrive failure and 100% CPU under Win2K, Help Needed! (Windows NT / 2000 / XP)
- XP PRO iis help needed (Windows NT / 2000 / XP)
- CWS. help needed (Viruses, Spyware and other Nasties)
- are all these needed (Windows NT / 2000 / XP)
- help much needed !! (OS X)
Other Threads in the C++ Forum
- Previous Thread: Help:What would happen when the code is run?
- Next Thread: Pls Help
| Thread Tools | Search this Thread |
api array arrays based beginner binary bitmap c++ c/c++ calculator char class classes code compile compiler console conversion count data delete deploy desktop directshow dll download dynamic encryption error file forms fstream function functions game getline givemetehcodez google graph gui homeworkhelp homeworkhelper iamthwee ifstream input int integer java lib linkedlist linker linux list loop looping loops map math matrix memory news node number output parameter pointer problem program programming project proxy python random read recursion recursive return string strings struct temperature template templates test text text-file tree unix url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets






