- The users of the
"Grade Report" application
must have the following
information to their
disposal:
- Student ID
- Student name
- The courses that
the student has taken
- The grade that the student
has earn for each
course
|
- Therefore, an
appropriate
record format that
can provide the
required information to the
"Grade Report" application is
as follows:
StuID Name Course Grd
+-----+----------+-------+----+
| 123 | John Doe | CS171 | A |
+-----+----------+-------+----+
| 123 | John Doe | CS255 | B |
+-----+----------+-------+----+
| 007 | James Bo | CS170 | A |
+-----+----------+-------+----+
| 007 | James Bo | CS171 | B |
+-----+----------+-------+----+
|
|