Tutorial B (Build An Access DB) READ FOR GUIDELINES HOW TO DO TUTORIAL A
Tutorial B (Build An Access DB) READ FOR GUIDELINES HOW TO DO TUTORIAL A
E. I. Teodorescu 1
Dr E. I. Popa
UNIVERSITY of
Case study
TO DO: implement in Access a simple database for a
students’ exam system which will hold the grades
for students’ attempts for particular exams
E. I.DrTeodorescu 22
E. I. Popa
UNIVERSITY of
E. I.DrTeodorescu
E. I. Popa 33
UNIVERSITY of
E. I.DrTeodorescu
E. I. Popa 44
UNIVERSITY of
E. I.DrTeodorescu
E. I. Popa 55
UNIVERSITY of
Parent table
Has a primary
key ParentId
which we use
in the
Student table
E. I.DrTeodorescu
E. I. Popa 6
6
UNIVERSITY of
Student table
Has a foreign key
fkParentId which is the
primary key form the
Parent table- so we
know who is the parent
of a particular student
Has a primary key
which we use in the
Attempt table
E. I.DrTeodorescu
E. I. Popa 7
7
UNIVERSITY of
Exam table
Has a primary
key which we
use in the
Attempt table
E. I.DrTeodorescu
E. I. Popa 8
8
UNIVERSITY of
Attempt table
Has a foreign key
fkExamId which is the
primary key form the
Exam table
Has a foreign key
fkStudentId which is the
primary key form the
Student table
Has a primary key
which we use in the
Attempt table
E. I.DrTeodorescu
E. I. Popa 9
9
UNIVERSITY of
E. I.DrTeodorescu
E. I. Popa 10
10
UNIVERSITY of
Click on SQL
E. I.DrTeodorescu
E. I. Popa 11
11
UNIVERSITY of
E. I.DrTeodorescu
E. I. Popa 12
12
UNIVERSITY of
E. I.DrTeodorescu
E. I. Popa 13
13
UNIVERSITY of
E. I.DrTeodorescu
E. I. Popa 14
14