home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "StudentID": "Long Integer",
- "CourseID": "Text (8)",
- "SectionNo": "Text (4)",
- "Grade": "Text (1)"
- },
- "data": [
- {
- "StudentID": 1001,
- "CourseID": "MATH101",
- "SectionNo": "1",
- "Grade": "A"
- },
- {
- "StudentID": 1002,
- "CourseID": "MATH101",
- "SectionNo": "1",
- "Grade": "B"
- },
- {
- "StudentID": 1003,
- "CourseID": "MATH101",
- "SectionNo": "1",
- "Grade": "C"
- },
- {
- "StudentID": 1004,
- "CourseID": "MATH101",
- "SectionNo": "1",
- "Grade": "A"
- },
- {
- "StudentID": 1005,
- "CourseID": "MATH201",
- "SectionNo": "2",
- "Grade": "B"
- },
- {
- "StudentID": 1006,
- "CourseID": "MATH201",
- "SectionNo": "2",
- "Grade": "A"
- },
- {
- "StudentID": 1007,
- "CourseID": "MATH201",
- "SectionNo": "2",
- "Grade": "C"
- },
- {
- "StudentID": 1008,
- "CourseID": "MATH202",
- "SectionNo": "1",
- "Grade": "C"
- },
- {
- "StudentID": 1009,
- "CourseID": "MATH202",
- "SectionNo": "1",
- "Grade": "B"
- },
- {
- "StudentID": 1010,
- "CourseID": "MATH202",
- "SectionNo": "1",
- "Grade": "A"
- },
- {
- "StudentID": 1011,
- "CourseID": "MATH202",
- "SectionNo": "2",
- "Grade": "B"
- },
- {
- "StudentID": 1012,
- "CourseID": "MATH202",
- "SectionNo": "2",
- "Grade": "B"
- },
- {
- "StudentID": 1013,
- "CourseID": "MATH202",
- "SectionNo": "3",
- "Grade": "A"
- },
- {
- "StudentID": 1014,
- "CourseID": "MATH202",
- "SectionNo": "3",
- "Grade": "C"
- },
- {
- "StudentID": 1015,
- "CourseID": "MATH202",
- "SectionNo": "3",
- "Grade": "A"
- },
- {
- "StudentID": 1016,
- "CourseID": "MATH202",
- "SectionNo": "3",
- "Grade": "B"
- }
- ]
- }